When you expose an array of callbacks, and some of them can be promises, do you run those callbacks in parallel? Or do you use await and run them one at a time?
I've been doing parallel, thinking the user can just pass a promise with their own await within if that's what they desire.
6 months ago