Thanks for simple and useful library! What about returning results from `invoke` as `Promise.all()` do? ```js const [res1, res2] = await invoke([ async () => {...}, async () => {...}, ]); ```