Skip to content

message_queue: fix use of memory model in exchange operation

the-very requested to merge github/fork/shindo/pr-queue-memory-model-fix into master

Created by: shindo

Memory model must be memory_order_acq_rel as exchange is both read and modify operation.

Merge request reports