STINNER Victor <vstin...@redhat.com> added the comment:

> Other than subclasses of thread executor, what are you going to pass in?

I don't see why asyncio should prevent people to experiment their own custom 
executor. You can imagine a custom "green executor" which inherit from Executor 
but uses its own black magic like greenlet. People like to do crazy things to 
implement asynchronous programming :-)

----------

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

Reply via email to