mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2025-12-06 16:56:45 +08:00
refactor: Remove unnecessary comment in concurrent.h
This commit is contained in:
parent
95f6bdc23e
commit
73df616f8b
@ -370,7 +370,6 @@ struct producer<trans::broadcast, relation::multi> {
|
||||
auto w_cur = trunc_index(hdr, w_idx);
|
||||
auto &elem = elems[w_cur];
|
||||
// Set data & flag. Dirty write is not considered here.
|
||||
// By default, when dirty write occurs, the previous writer must no longer exist.
|
||||
elem.set_flag(w_idx | state::enqueue_mask);
|
||||
elem.set_data(std::forward<U>(src));
|
||||
elem.set_flag(w_idx);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user