Sven R. Kunze added the comment:

> I also fear adding too many functions to do the same things.
> 
> For example, scheduling the execution of a coroutine can now be done by:

> * asyncio.async(coro)
> * asyncio.Task(coro)
> * loop.create_task(coro)
> * asyncio.ensure_task(coro)

If you ask me, that does not look very Pythonic to me.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24571>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to