make Queue.empty() and Queue.full() compatible with the standard Queue
- it tried to take into account the greenlets currently blocking on get()/put() which was not useful and hard to reason about and incompatible with the standard Queue.
Showing
Please register or sign in to comment