Expand description
Read-copy-update data structure.
Structsยง
- Read
Guard - A read guard on [
SingleWriterRcu
]. - Synchronized
Writer Rcu - An RCU (Read-Copy-Update) data structure that uses a
Mutex
to synchronize writers. - Write
Guard - A write guard on [
SingleWriterRcu
].