Message 293464 - Python tracker

Message293464

Author vstinner
Recipients barry, njs, vstinner
Date 2017-05-11.00:09:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494461381.42.0.971414869335.issue30300@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure that Controller is generic enough to be part of asyncio.

I'm not sure about the cancellation of all pending tasks on stop().

Why not starting by putting this class in a library to mature its API?
History
Date User Action Args
2017-05-11 00:09:41vstinnersetrecipients: + vstinner, barry, njs
2017-05-11 00:09:41vstinnersetmessageid: <1494461381.42.0.971414869335.issue30300@psf.upfronthosting.co.za>
2017-05-11 00:09:41vstinnerlinkissue30300 messages
2017-05-11 00:09:40vstinnercreate