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

async-std support #3

Closed
ubnt-intrepid opened this issue Sep 27, 2019 · 2 comments
Closed

async-std support #3

ubnt-intrepid opened this issue Sep 27, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@ubnt-intrepid
Copy link
Owner

ubnt-intrepid commented Sep 27, 2019

Since async-std registers Evented I/Os with the reactor in a different (and currently private) way from tokio, we need to provide an option to use the asynchronous channel corresponding to this.

ref: async-rs/async-std#293

@ubnt-intrepid ubnt-intrepid added the enhancement New feature or request label Nov 4, 2019
@ubnt-intrepid ubnt-intrepid pinned this issue Dec 16, 2019
@ubnt-intrepid
Copy link
Owner Author

Update: async-std now uses async-io internally and it was reached to 1.0.

@ubnt-intrepid ubnt-intrepid mentioned this issue Nov 8, 2020
@ubnt-intrepid ubnt-intrepid unpinned this issue Dec 15, 2020
@ubnt-intrepid
Copy link
Owner Author

Both of async-std and tokio-0.3 are supported since 0.4.0.
See the example for details.

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

No branches or pull requests

1 participant