Message355809
Actually, I think it would be better to move the functionality of loop.shutdown_default_executor() to a new private method loop._shutdown_executor() that takes an executor argument rather than shutting down the default one. This could be used in both loop.shutdown_default_executor() and ThreadPool. There's no need to move it to function instead of being a method of BaseEventLoop though, that doesn't make sense now that I think about it more.
Sorry if my thoughts are a bit disorganized, I think I need to get some sleep. (: |
|
| Date |
User |
Action |
Args |
| 2019-11-01 11:33:00 | aeros | set | recipients:
+ aeros, asvetlov, yselivanov, primal |
| 2019-11-01 11:33:00 | aeros | set | messageid: <[email protected]> |
| 2019-11-01 11:33:00 | aeros | link | issue32309 messages |
| 2019-11-01 11:33:00 | aeros | create | |
|