Optional
options: AsyncSeqOptionsIs sequence full.
Is sequence running.
Size of pending tasks in the sequence.
Add task executors to the sequence.
Promise that resolves when all tasks in the sequence are executed.
Rest
...fns: AsyncSeqFn[]Task executors. Optionally returns a disposer function that cleans up side effects.
Run async functions in sequence.