BACKWARD INCOMPATIBLE: Queue(0) is now the same as Queue(None). This...
BACKWARD INCOMPATIBLE: Queue(0) is now the same as Queue(None). This simplifies implementation and removes the difference between gevent's Queue and queues from Queue and multiprocessing. Use Channel instead of Queue(0).
Showing
Please register or sign in to comment