Re: [boost] boost.asem seeking endorsement
On Tue, 7 Mar 2023 at 06:05, Klemens Morgenstern via Boost
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.
I would also like to endorse this library (although I don't know whether I qualify for endorsing libs or not). Marcelo
participants (1)
-
Marcelo Zimbres Silva