-
Notifications
You must be signed in to change notification settings - Fork 125
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
Port to Rust using Async #107
Comments
Cool! Also there is https://github.com/dvdplm/rsmq-rust which is not async. I'm looking forward to use it. |
Yeah. I found that one, but it looked not maintained and was sync. But that is good, depending on if you are using async or not, you have both crates. To be honest, migrating the js code to proper rust was very easy when using async. |
Thank you @DavidBM I added your port to the README. Thank you for your work. |
Hey!
First of all, thanks for this library. It is a nice & simple way to start with queues without too much complexity.
We are making an async port to rust as we may use it soon. Just though about saying it here in case it is useful to anyone.
https://github.com/Couragium/rsmq_async
Best!
The text was updated successfully, but these errors were encountered: