Expand description
Mock implementation of std::thread.
Re-exports§
pub use std::thread::panicking;
Structs§
- Access
Error - An error returned by
LocalKey::try_with. - Builder
- Thread factory, which can be used in order to configure the properties of a new thread.
- Join
Handle - Mock implementation of
std::thread::JoinHandle. - Local
Key - Mock implementation of
std::thread::LocalKey. - Thread
- Mock implementation of
std::thread::Thread. - Thread
Id - Mock implementation of
std::thread::ThreadId.