[Python-Dev] Non-blocking (asynchronous) timer without thread?
Evgeniy Khramtsov
xramtsov at gmail.com
Sat Dec 23 06:03:28 CET 2006
More information about the Python-Dev mailing list
Sat Dec 23 06:03:28 CET 2006
- Previous message: [Python-Dev] Pydoc Improvements / Rewrite
- Next message: [Python-Dev] Non-blocking (asynchronous) timer without thread?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
The question to python core developers: Is there any plans to implement non-blocking timer like a threading.Timer() but without thread? Some interpreted languages (like Tcl or Erlang) have such functionality, so I think it would be a great feature in Python :) The main goal is to prevent threads overhead and problems with race conditions and deadlocks. Thanks in advance!
- Previous message: [Python-Dev] Pydoc Improvements / Rewrite
- 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