goconcurrentqueue icon indicating copy to clipboard operation
goconcurrentqueue copied to clipboard

Feature request: Enqueue and wait for lock

Open Jakobovski opened this issue 4 months ago • 2 comments

It would be very useful to have a method that allowed one to enque and not error if the queue is locked. Instead it should wait for it to unlock

The same holds true for Dequeue.

Jakobovski avatar Mar 18 '24 14:03 Jakobovski