[Python-Dev] Autoloading? (Making Queue.Queue easier to use)

Guido van Rossum guido at python.org
Wed Oct 12 17:00:30 CEST 2005


On 10/12/05, skip at pobox.com <skip at pobox.com> wrote:
> Is the Queue class very useful outside a multithreaded context?

No. It was designed specifically for inter-thread communication.

--
--Guido van Rossum (home page: http://www.python.org/~guido/)


More information about the Python-Dev mailing list