Module librsnek::system::rc
[−]
[src]
Configure the type of reference counts through compile time feature flags.
Modules
| impl_multithreaded |
Multithreaded reference counts enabled with |
| impl_single_threaded |
Single threaded reference counts enabled by default |
Structs
| StrongRc |
A single-threaded reference-counting pointer. |
| WeakRc |
|