Module embedded_svc::utils::mutex
source · Structs
Traits
- A raw Condvar trait for no_std environments. Prevents the introduction of dependency on STD for the
utilsmodule and its sub-modules. NOTE: Users are strongly advised to just depend on STD and use the STD Condvar in their code. - A raw Mutex trait for no_std environments. Prevents the introduction of dependency on STD for the
utilsmodule and its sub-modules. NOTE: Users are strongly advised to just depend on STD and use the STD Mutex in their code.