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 gvanrossum
Recipients Ilya.Kulakov, gvanrossum, r.david.murray, vstinner, yselivanov
Date 2016-05-06.20:22:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7+vJ+apo5KC9dhuTNGi5o_eenY84dZvaHwNhUiqqevW6VqUA@mail.gmail.com>
In-reply-to <1462565890.45.0.731828882448.issue26969@psf.upfronthosting.co.za>
Content
Honestly I think it's pretty crazy and out there to have multiple event
loops in the same thread. That feels like an anti-pattern inspired by some
other event loop APIs (in other languages) that encourage this. But asyncio
was not designed for that.
History
Date User Action Args
2016-05-06 20:23:00gvanrossumsetrecipients: + gvanrossum, vstinner, r.david.murray, yselivanov, Ilya.Kulakov
2016-05-06 20:22:59gvanrossumlinkissue26969 messages
2016-05-06 20:22:59gvanrossumcreate