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

type CustomAsyncMutex<T, M, Q> = CustomMutex<T, RawCustomAsyncMutex<M, Q>>;
Expand description

A Custom mutex with async operations based on a RawMutex.