[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
More information about the Python-Dev mailing list
Sat Dec 30 16:17:47 CET 2006
- Previous message: [Python-Dev] Non-blocking (asynchronous) timer without thread?
- Next message: [Python-Dev] Non-blocking (asynchronous) timer without thread?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] Non-blocking (asynchronous) timer without thread?
- Next message: [Python-Dev] Non-blocking (asynchronous) timer without thread?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list