Maybe a semaphore should be added
inie0722 opened this issue · 1 comments
inie0722 commented
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.
Kered13 commented
+1 I was just looking for a semaphore and was surprised but to see one already. It would be a very useful addition.