This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author asvetlov
Recipients asvetlov, yselivanov
Date 2017-12-18.11:13:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513595590.31.0.213398074469.issue32364@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2017-12-18 11:13:10asvetlovsetrecipients: + asvetlov, yselivanov
2017-12-18 11:13:10asvetlovsetmessageid: <1513595590.31.0.213398074469.issue32364@psf.upfronthosting.co.za>
2017-12-18 11:13:10asvetlovlinkissue32364 messages
2017-12-18 11:13:10asvetlovcreate