Workers don't have threads, so you can't run things in parallel. Note that you *could* do a Promise.

Workers don't have threads, so you can't run things in parallel. Note that you could do a Promise.all() that calls one or more Durable Objects but it wouldn't be a thread per-say, it would be a whole other instance of a DO.
Was this page helpful?