Module rcu

Source
Expand description

Read-copy-update data structure.

Structsยง

ReadGuard
A read guard on [SingleWriterRcu].
SynchronizedWriterRcu
An RCU (Read-Copy-Update) data structure that uses a Mutex to synchronize writers.
WriteGuard
A write guard on [SingleWriterRcu].