Hacker News new | ask | show | jobs
by hackernudes 433 days ago
Pretty sure you want it to do it the first way in all cases (not just with GPUs)!
1 comments

It really depends on if you're dealing with an async stream or a single async result as the input to the next function. If a is an access token needed to access resource b, you cannot access a and b at the same time. You have to serialize your operations.