[][src]Module loom::thread

Mock implementation of std::thread.

Structs

AccessError

An error returned by LocalKey::try_with.

JoinHandle

Mock implementation of std::thread::JoinHandle.

LocalKey

Mock implementation of std::thread::LocalKey.

Functions

spawn

Mock implementation of std::thread::spawn.

yield_now

Yield the thread.