[Async-sig] A possible tiny step towards event loop interoperability

Nathaniel Smith njs at pobox.com
Fri Jun 3 18:26:19 EDT 2016


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"
    -> ...

?

-n

-- 
Nathaniel J. Smith -- https://vorpus.org


More information about the Async-sig mailing list