-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Developed Neo-async, an improved version of async #709
Comments
Impressive! 👍 |
If it truly is a "drop-in-replacement" then I wonder why you not just created a PR here to improve the quality of async? I assume that there are some "incompatibilities". Would love to know what they are about. |
@thammin @martinheidegger |
Thank you for your comment. |
BTW, since we have a couple more maintainers now, PRs will start getting merged again. 😄 |
Thank your very much for your contribution. |
Hi. I have developed Neo-async, basically it is an improved version of the original async module. It keeps all the original functions, so it is thought to be a drop-in replacement. At the moment it only includes just a small extra functionality. Neo-async offers better overall performance and almost 100% code coverage.
We are using Async for managing asynchronous operations in our project since it offers a straightforward solution and has the source code well organized. We use it very often in our code, but we have detected some perfomance problems, this is our motivation to create a version with these perfomance problems solved.
I would really appreciate your feedback or any comments. Thank you.
The text was updated successfully, but these errors were encountered: