Description
An asynchronous C++ continuation library built atop Boost. Has a custom locking system that doesn't use mutexes. Individual requests' continuations are blocked instead of the underlying thread. This ensures that the underlying thread never sleeps unless it has no pending requests to handle. Comes with a whole ecosystem for async app development.
LGPL-2.1 78 KiB
Languages
C++ 93.2%
CMake 6.8%