CsLibGuarded
1.4.2
|
#include <CsLibGuarded/cs_rcu_guarded.h>
This templated class implements a mechanism which controls access to an RCU data structure. The only way to access the underlying data structure is to use either the lock_read or lock_write methods to receive a read-only or writable handle to the data structure, respectively.
Definition at line 36 of file cs_rcu_guarded.h.