Calling a thread asynchronously with a callback

Edwin Gomez edgomez at consultant.com
Mon Nov 27 12:44:46 EST 2006


I'm a C# developer and I'm new to Python.  I would like to know if the concept of Asynchronous call-backs exists in Python.  Basically what I mean is that I dispatch a thread and when the thread completes it invokes a method from the calling thread.  Sort event driven concept with threads.


Thanks. 

Ed Gomez



More information about the Python-list mailing list