Module r3::sync::source

source ·
Available on crate feature sync only.
Expand description

Abstracts the various ways to provide an initial value to static cell types (e.g., Mutex). It’s mostly used through their definer types.

Structs

Traits

  • Abstracts the various ways to provide an initial value to static cell types (e.g., Mutex). It’s mostly used through their definer types.