mirror of
https://github.com/latentPrion/libspinscale.git
synced 2026-06-23 19:48:32 +00:00
a7521f376037dd9f5aaae2b9dfc98d793a5f1a54
Remaining areas to split off: * The handleLoopException, exceptionInd logic. * getThreadName().
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.
Languages
C++
97%
CMake
2.9%
C
0.1%