scheduler or infinite loop

harryos oswald.harry at gmail.com
Wed Sep 29 09:26:41 EDT 2010


thanks Frank
>
> Here is a technique that allows the loop to run in the background, in its
> own thread, leaving the main program to do other processing -
>
> import threading
>
> class DataGetter(threading.Thread):
>



More information about the Python-list mailing list