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!
_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to