Closed smurfix closed 6 years ago
Some asyncio code depends on running within the asyncio loop even when building a coroutine from an async function. Currently trio_asyncio ignores that and creates the coroutine in Trio context.
trio_asyncio
We need to defer that.
Some asyncio code depends on running within the asyncio loop even when building a coroutine from an async function. Currently
trio_asyncio
ignores that and creates the coroutine in Trio context.We need to defer that.