Hayodea Hekol 7eff7a6a9c Dbg:traceContinHistForDeadlock: consult LockUsageDesc::hasBeenReleased
Don't raise the alarm for a deadlock if the lock has already been
released at the moment of checking.
2026-03-05 23:10:05 -04:00
2026-03-05 20:02:55 -04:00
2025-12-28 03:51:50 -04:00
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 201 KiB
Languages
C++ 93.5%
CMake 6.5%