Message308543
Asyncio supports custom future and task by third-party loop implementation.
Abstract classes for them is needed.
AbstractTask should not have set_result()/set_exception() maybe, is this case abstract base is needed (AbstractPromise, AbstractCancellableValue or whatever). |
|
| Date |
User |
Action |
Args |
| 2017-12-18 11:13:10 | asvetlov | set | recipients:
+ asvetlov, yselivanov |
| 2017-12-18 11:13:10 | asvetlov | set | messageid: <1513595590.31.0.213398074469.issue32364@psf.upfronthosting.co.za> |
| 2017-12-18 11:13:10 | asvetlov | link | issue32364 messages |
| 2017-12-18 11:13:10 | asvetlov | create | |
|