2014-02-04 Guido van Rossum <[email protected]>: > It is an intentional part of the design that all interaction with an event > loop must be done from the thread owning that event loop, with the exception > of call_soon_threadsafe().
Ok, I completed the "Concurrency and multithreading" section of the documentation to add the "call_soon_threadsafe(asyncio.async, ....)" example: http://docs.python.org/dev/library/asyncio-dev.html#concurrency-and-multithreading (I will be online in 1 hour) Victor
