Evaluating a Function After X Seconds: Python Equivalent to JavaScript's SetTimeout() Function

Diez B. Roggisch deets at nospam.web.de
Mon Jun 12 03:45:11 EDT 2006


Dennis Lee Bieber schrieb:
> 	I don't know? How does "SetTimeout" actually behave? Asynchronously?
> Synchronously? That is... would

The former. It is the poor-mans threading of JavaScript so to speak.

Diez



More information about the Python-list mailing list