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

feature(order-builder): add scheduler to run asynchronous calculation. #29

Open
timchen10001 opened this issue Oct 13, 2022 · 0 comments
Labels
feature New feature

Comments

@timchen10001
Copy link
Contributor

timchen10001 commented Oct 13, 2022

NP-complex calculation may potentially block the event-loop while running in one big task.
To fix that, asynchronous methods scheduled in micro-tasks are required.

@timchen10001 timchen10001 added the feature New feature label Oct 13, 2022
@timchen10001 timchen10001 self-assigned this Oct 13, 2022
@timchen10001 timchen10001 changed the title feature(order-builder): add scheduler to run asynchronous claculation. feature(order-builder): add scheduler to run asynchronous calculation. Oct 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

No branches or pull requests

1 participant