python-trio / trio-asyncio

a re-implementation of the asyncio mainloop on top of Trio
Other
189 stars 38 forks source link

Split off loop mangling to support library / port to asyncio #35

Open smurfix opened 6 years ago

smurfix commented 6 years ago

Loop policy in asyncio really should be thread-local.

TODO:

Cf. https://github.com/python-trio/trio-asyncio/issues/23