[−][src]Module loom::thread
Mock implementation of std::thread.
Structs
| AccessError | An error returned by |
| Builder | Thread factory, which can be used in order to configure the properties of a new thread. |
| JoinHandle | Mock implementation of |
| LocalKey | Mock implementation of |
Functions
| panicking | Determines whether the current thread is unwinding because of panic. |
| spawn | Mock implementation of |
| yield_now | Yield the thread. |