CsSignal
2.0.0
|
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.