feature(order-builder): add scheduler
to run asynchronous calculation.
#29
Labels
feature
New feature
scheduler
to run asynchronous calculation.
#29
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.
The text was updated successfully, but these errors were encountered: