Calls timeout(maxMs, rejectMsg).run(tasks)
Promise or function or array of them
milliseconds to wait for the tasks to fulfill
OptionalrejectMsg: stringmessage to reject with if operation timed out
Optionaloptions: TimeoutRunnerOptionspromise results from all tasks
Calls
timeout(maxMs, rejectMsg).run(tasks)