question about threads

Andreas Jung andreas at digicool.com
Fri Jun 15 12:43:24 EDT 2001


"Alan Tsang" <atsang at hk.linkage.net> schrieb im Newsbeitrag
news:9gdc68$fhs$1 at news.hk.linkage.net...
>
>
> Hi
>
> Is it possible to explicitly tell a thread to pass execution to another
> thread in Python?  Any help is much appreciated.

Not really - except you working the locks, semaphores or other
methods for thread synchronisation.

Andreas






More information about the Python-list mailing list