boostorg/fiber

Maybe a semaphore should be added

inie0722 opened this issue · 1 comments

buffered_channel requests heap memory. In some simple scenarios this can be very inefficient. If a semaphore is provided, it can make it easier for its users to implement their own message queues.

+1 I was just looking for a semaphore and was surprised but to see one already. It would be a very useful addition.