goconcurrentqueue
                                
                                
                                
                                    goconcurrentqueue copied to clipboard
                            
                            
                            
                        Feature request: Enqueue and wait for lock
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 I'll take this in consideration for the next release.
Thanks!
BTW Nice work on this repo!