mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-06 10:42:46 +01:00
[trivial,doc] Fix memory consistency model in comment
This commit is contained in:
@@ -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.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user