pub const FuriThreadState_FuriThreadStateStopped: FuriThreadState = 0;Expand description
< Thread is stopped and is safe to release. Event delivered from system init thread(TCB cleanup routine). It is safe to release thread instance.
pub const FuriThreadState_FuriThreadStateStopped: FuriThreadState = 0;< Thread is stopped and is safe to release. Event delivered from system init thread(TCB cleanup routine). It is safe to release thread instance.