fiber
fiber copied to clipboard
Maybe a semaphore should be added
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.