-
Notifications
You must be signed in to change notification settings - Fork 0
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 support #1
async support #1
Comments
Hey! Thanks for your interest! I tried some approach few years ago but yes, I have it in my mind to try again. Do you have any specific requirements (like support for specific runtime)? |
Not sure how specific this task is 🤔 Thank you for the quick response 😸 |
Hey @DeityLamb! I have done some basic draft PR just to take a look at async ecosystem available nowadays. It seems that there is no available replacement for I will open some issues and will see - maybe someone is going to add it. Concurrently I am planning to finish implementation and add unit tests. Keeps your fingers crossed! |
Huh, finally. Apologise @DeityLamb that it took so long time. Should work good enough with Tokio. I have tried to implement async-std too but it didn't work very well. Worth to notice that it may work slower than sync implementation (due to context switch and so on). |
Thank you very much for your work! |
Glad to see for happy users! Come back with new suggestions. |
hey! I really like your library.
Do you have any plans to support async?
The text was updated successfully, but these errors were encountered: