3 Jun
2016
3 Jun
'16
10:54 p.m.
On 3 Jun 2016, at 15:26, Nathaniel Smith <njs@pobox.com> wrote:
Convincing everyone to agree on a single event loop API sounds hard.
But maybe it would be useful to start with a baby step of defining a standard way for a coroutine to ask the event loop who it is, e.g.
await what_event_loop_is_this() -> "asyncio" -> "curio" -> ...
How do we ensure that this function is always available in the global namespace, or alternatively that it’s always available in a *consistent* namespace? Cory