You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make it possible to have many queued actions with a different algorithm with the default JavaScript FIFO event queue with Promises, a custom Future implementation could be provided.
It could have several useful features.
Not starting automatically upon creating the object
Using custom schedulers that could accept parameters, and thus allow more control over which actions are prioritized
With a derived class, a CancelableFuture could be implemented, which could allow cancelling any action not yet finished.
The text was updated successfully, but these errors were encountered:
To make it possible to have many queued actions with a different algorithm with the default JavaScript FIFO event queue with Promises, a custom
Future
implementation could be provided.It could have several useful features.
CancelableFuture
could be implemented, which could allow cancelling any action not yet finished.The text was updated successfully, but these errors were encountered: