Y
Hacker News
new
|
ask
|
show
|
jobs
by
gpderetta
337 days ago
You can insert synchronization OPs (i.e. barriers) in the queue to guarantee in-order execution.
1 comments
wtallis
336 days ago
You can also directly link submitted operations into a chain that will be executed in-order but without ordering dependencies on other operations not submitted as part of the chain.
link