fiber icon indicating copy to clipboard operation
fiber copied to clipboard

Maybe a semaphore should be added

Open inie0722 opened this issue 2 years ago • 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.

inie0722 avatar Jun 07 '22 02:06 inie0722

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

Kered13 avatar May 02 '24 10:05 Kered13