mirror of
https://github.com/latentPrion/libspinscale.git
synced 2026-02-27 14:36:04 +00:00
main
This enables us to statically set the thread names at compile time, or at least during construction at runtime. This completes the crux of the splitting work required to functionally split libspinscale off from SMO.
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.6%
CMake
6.4%