#Cookbook | Dagger
1 messages · Page 1 of 1 (latest)
The operation should be exactly the same, they are ordered the same way in the dag. That's strange that it's resolved that way for TypeScript only.
I do not have a specific idea in mind though, I'm sure that the query is the same, and we resolve it when returning the dir using ID(), so it should be the same...
Thanks for looking at this @cinder roost - I am going to file an issue.
In the meantime, do you know of another example using native Typescript on how to approach concurrency?
You can use await Promise.all() to do that, if you return an array of promise, they'll be resolved in concurrency