Message321476
> 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 :-) |
|
| Date |
User |
Action |
Args |
| 2018-07-11 15:08:56 | vstinner | set | recipients:
+ vstinner, gvanrossum, asvetlov, yselivanov |
| 2018-07-11 15:08:56 | vstinner | set | messageid: <[email protected]> |
| 2018-07-11 15:08:56 | vstinner | link | issue34075 messages |
| 2018-07-11 15:08:55 | vstinner | create | |
|