[Python-Dev] Non-blocking (asynchronous) timer without thread?

"Martin v. Löwis" martin at v.loewis.de
Sat Dec 30 16:17:47 CET 2006


Evgeniy Khramtsov schrieb:
> Is there any plans to implement non-blocking timer like a 
> threading.Timer() but without thread?

On Unix, you can use signal.alarm.

Regards,
Martin


More information about the Python-Dev mailing list