mirror of
https://github.com/latentPrion/libspinscale.git
synced 2026-04-17 14:34:25 +00:00
7eff7a6a9cc24b9af4a4ce65dac59cab4b500d6c
Don't raise the alarm for a deadlock if the lock has already been released at the moment of checking.
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++
93.5%
CMake
6.5%