kristjanvalur / py-asynkit

Tools for Python coroutines and advanced scheduling for `asyncio`
MIT License
13 stars 1 forks source link

Anyio support #7

Closed kristjanvalur closed 1 year ago

kristjanvalur commented 1 year ago

Tests are now run using anyio. We test using both asyncio and trio where appropriate. Some tests only work with asyncio, such as CoroStart.as_future() Provide asynkit.experimental.anyio.EagerTaskGroup similar to anyio.abc.TaskGroup to provide eager versions of start() and start_soon()