![]() |
Boost : |
From: Klemens Morgenstern (klemensdavidmorgenstern_at_[hidden])
Date: 2023-03-07 05:04:38
Heya Boost Community,
I am seeking endorsement for my boost.asem library.
It provides the following asio-based synchronization primitives:
- barrier
- condition_variable
- mutex
- semaphore
Asio currently has timers & (experimental) channels that can help.
However, I think there is a need for more purpose-made utilities to help
more complex asio-based libraries (requests, redis, mysql et al.)
Code: https://github.com/klemens-morgenstern/asem
Docs: https://klemens.dev/asem/
I'm also not too happy with the name, but so far I only came up with an
acronym: Semaphore, Condition_variable, And Mutex. Suggestions are welcome.
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk