for (const item of iterable) async do { await item() }
Promise.all(arr.map(async item => { await item() })