Skip to content
Snippets Groups Projects
user avatar
Konstantin Osipov authored
If a fiber becomes ready on a user-defined event, schedule it
in the same event loop, not in the next loop, to save one epoll_wait()
invocation in cases when something is added to a fiber channel,
and there is a fiber ready for execution waiting on the channel.

Add a micro-bench to the unit test suite.
4fe85243
History
Name Last commit Last update