Type Definition concurrency_traits::mutex::ParkMutex[][src]

type ParkMutex<T, CS> = CustomMutex<T, RawParkMutex<CS>>;
Expand description

A mutex that relies on parking the thread that locks it. Uses RawParkMutex