[][src]Module loom::thread

Mock implementation of std::thread.

Structs

JoinHandle

Mock implementation of std::thread::JoinHandle.

Functions

spawn

Mock implementation of std::thread::spawn.

yield_now

Yield the thread.