python-trio / trio-asyncio

a re-implementation of the asyncio mainloop on top of Trio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Split off loop mangling to support library / port to asyncio

smurfix opened this issue · comments

Loop policy in asyncio really should be thread-local.

TODO:

  • move the monkeypatching into a separate package
  • convince the asyncio people to do that natvely

Cf. #23