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 vitaly.krug
Recipients asvetlov, vitaly.krug, yselivanov
Date 2018-03-22.18:26:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521743165.25.0.467229070634.issue33118@psf.upfronthosting.co.za>
In-reply-to
Content
Yet another paradigm is the likes of `GSource` in gnome's glib. GSource "tasks" added to the event loop are polled by the event loop for readiness before the event loop blocks on select/epoll/etc.. The ones that are ready are removed from the loop and their callbacks are dispatched.

I suppose that it would also be difficult to get buy-in for a feature like this from the different frameworks?
History
Date User Action Args
2018-03-22 18:26:05vitaly.krugsetrecipients: + vitaly.krug, asvetlov, yselivanov
2018-03-22 18:26:05vitaly.krugsetmessageid: <1521743165.25.0.467229070634.issue33118@psf.upfronthosting.co.za>
2018-03-22 18:26:05vitaly.kruglinkissue33118 messages
2018-03-22 18:26:05vitaly.krugcreate