vinyl: yield properly
We should use fiber_sleep(0) to yield periodically, not fiber_reschedule() - the latter doesn't advance the event loop.
Loading
Please register or sign in to comment
We should use fiber_sleep(0) to yield periodically, not fiber_reschedule() - the latter doesn't advance the event loop.