Module rcu

Module rcu 

Source
Expand description

Read-copy-update data structures.

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].