bocadilloproject/aiodine

asyncio: not really a dependency?

Closed this issue · 0 comments

aiodine does not actually import asyncio anywhere, which seems to indicate that it should be able to run on other async implementations, e.g. trio and curio.

If that is the case, we should consider testing against those implementations as well, and then making it official that aiodine is async library-agnostic.