We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e83d82a commit fe7180cCopy full SHA for fe7180c
src/scheduler.h
@@ -110,7 +110,7 @@ class SingleThreadedSchedulerClient {
110
111
/**
112
* Add a callback to be executed. Callbacks are executed serially
113
- * and memory is sequentially consistent between callback executions.
+ * and memory is release-acquire consistent between callback executions.
114
* Practially, this means that callbacks can behave as if they are executed
115
* in order by a single thread.
116
*/
0 commit comments