Module thread

Module thread 

Source
Available on crate feature osal-std only.
Expand description

Thread-related abstractions.

Structs§

Thread
Implements the ThreadAbstraction trait for standard Rust.

Traits§

ThreadAbstraction
ThreadAbstraction is used to query thread-related information in a platform-agnostic manner.