Module mthelper

Source
Expand description

Multithread Support Helper

Structs§

DynamicMut
A mutable memory location with dynamically checked borrow rules
OnceValue
A cell which can nominally be written to only once.
SharedRef
A single-threaded reference-counting pointer. ‘Rc’ stands for ‘Reference Counted’.
SharedWeakRef
Weak is a version of Rc that holds a non-owning reference to the managed allocation.

Traits§

DynamicMutabilityProvider
MappableGuardObject
MappableMutGuardObject

Functions§

make_shared_mutable_ref

Type Aliases§

SharedMutableRef