Is there a generic notion of asynchronous programming in python? Could I assign a callback to a function, execute it and return to the main program flow immediately, no matt
You may well want to checkout the Twisted library for Python. They provide many useful tools.