mirror of
https://github.com/latentPrion/libspinscale.git
synced 2026-08-12 15:42:10 +00:00
a14d622eaf2c2e6a40c958e7d735ccd47d6e6d51
They no longer accept an exc_ptr and lambda for cb.
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.
370 KiB
Languages
C++
96.5%
CMake
3.4%
C
0.1%