Skip to content
#

continuation-aware-locking

Here is 1 public repository matching this topic...

An asynchronous C++ CPS & coroutine 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

  • Updated Jun 29, 2026
  • C++

Improve this page

Add a description, image, and links to the continuation-aware-locking topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the continuation-aware-locking topic, visit your repo's landing page and select "manage topics."

Learn more