Trim a consecutively repeated substring: foo--bar---baz → foo-bar-baz
Execute functions in series, passing the results of one function as arguments to the next function.
Run promises in batches waiting for data from previous promises, pause/resume/stop promises.