libevfibers
libevfibers copied to clipboard
Small C fiber library that uses libev based event loop and libcoro based coroutine context switching.
fbr_poll to simulate fiber friendly poll fbr_cond_wait_wto, fbr_cond_wait with timeout
If you compile libevfibers without first installing the "check" unit testing framework, then the build will fail as shown below. The package is easy to install to resolve the problem,...
Currently there is fbr_buffer, which is a heavy-weight byte oriented virtual ring buffer with fiber synchronization. Since fibers are very similar to goroutines, it makes sense to leverage an existing...