trio-asyncio icon indicating copy to clipboard operation
trio-asyncio copied to clipboard

Split off loop mangling to support library / port to asyncio

Open smurfix opened this issue 6 years ago • 0 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. https://github.com/python-trio/trio-asyncio/issues/23

smurfix avatar Aug 25 '18 18:08 smurfix