Fix coro::UnboundedQueue::try_dequeue
Summary: try_dequeue() used to consume from the queue but not from the semaphore, causing the two to diverge and breaking subsequent dequeue() calls. Reviewed By: yfeldblum Differential Revision: D23160324 fbshipit-source-id: f709733d984f51abc53595d38dbef3daffbfa6d9
Showing
Please register or sign in to comment