Module shared_singleton

Source

Structs§

SharedSingleton
Single producer Single consumer Shared Singleton Note that different from RefCell, the shared singleton cannot be read until written by the producer

Enums§

ErrCode