mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-11 20:32:35 -03:00
[trivial,doc] Fix memory consistency model in comment
This commit is contained in:
parent
e83d82a85c
commit
fe7180c5b2
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Add a callback to be executed. Callbacks are executed serially
|
* Add a callback to be executed. Callbacks are executed serially
|
||||||
* and memory is sequentially consistent between callback executions.
|
* and memory is release-acquire consistent between callback executions.
|
||||||
* Practially, this means that callbacks can behave as if they are executed
|
* Practially, this means that callbacks can behave as if they are executed
|
||||||
* in order by a single thread.
|
* in order by a single thread.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue