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

Asyncio support? #2

Open
ClericPy opened this issue Aug 29, 2019 · 1 comment
Open

Asyncio support? #2

ClericPy opened this issue Aug 29, 2019 · 1 comment

Comments

@ClericPy
Copy link

Will this lib support async await usage?

And, hope complete documentation will come soon.

Thanks for your effort, this lib is pretty good.

@jtrakk
Copy link

jtrakk commented Sep 7, 2019

If you do add async/await support, I hope it'd be for the general async/await API, so it can support structured concurrency libraries like Trio instead of only the asyncio library. The easiest way to support multiple event loops is by using the Anyio library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants