Andrew Svetlov wrote:
From my understanding to use cofunctions I must wrap it with costart call:yield from gather(costart(coro1, a1, a2), costart(coro2), fut3) There are other places in asyncio API those accept coroutines or futures as parameters, not only Task() and async().
In a PEP 3152 aware version of asyncio, they would all know about cofunctions and what to do with them. -- Greg _______________________________________________ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com