Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add anyio #82

Closed
wants to merge 1 commit into from
Closed

Add anyio #82

wants to merge 1 commit into from

Conversation

connorbrinton
Copy link

What is this project?

AnyIO is an asynchronous compatibility API that allows applications and libraries written against it to run unmodified on asyncio, curio and trio.

Why is it awesome?

  • Provides high-level interface for writing asynchronous programs running on asyncio, curio and trio backends.
  • Enables use of trio-like structured concurrency (task groups/nurseries) while using asyncio and curio.
  • Includes additional features for cancellation, threads, signal handling, asynchronous file I/O, synchronization primitives and high-level networking.

@timofurrer
Copy link
Owner

Thanks for the suggestion @connorbrinton - we've already added it in another commit 🎉

@timofurrer timofurrer closed this Oct 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants