Skip to content

Commit c1cba35

Browse files
committed
Merge #13835: [trivial,doc] Fix memory consistency model in comment
fe7180c [trivial,doc] Fix memory consistency model in comment (Jesse Cohen) Pull request description: Updating a comment overlooked during review in #13247 Tree-SHA512: 0bd54ba1c265fdd77fd6e12ad0be46dd422348f7d926ce9abaca53fdb3a3c55c0d1cd90b4382321352076f4a81e2249c0014cd789f47a3637cb93bd983cb4657
2 parents f030410 + fe7180c commit c1cba35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scheduler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ class SingleThreadedSchedulerClient {
110110

111111
/**
112112
* Add a callback to be executed. Callbacks are executed serially
113-
* and memory is sequentially consistent between callback executions.
113+
* and memory is release-acquire consistent between callback executions.
114114
* Practially, this means that callbacks can behave as if they are executed
115115
* in order by a single thread.
116116
*/

0 commit comments

Comments
 (0)