Skip to content

Commit fe7180c

Browse files
committed
[trivial,doc] Fix memory consistency model in comment
1 parent e83d82a commit fe7180c

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)