Runs an array of tasks sequentially, ensuring that each task starts only after the previous one has completed.
An array of functions that return a HsPromise. Each function represents a task to be executed.
HsPromise
A HsPromise<void> that resolves when all tasks have been completed sequentially.
HsPromise<void>
Runs an array of tasks sequentially, ensuring that each task starts only after the previous one has completed.