pub const fn const_reentrant_mutex<T>(val: T) -> ReentrantMutex<T>👎Deprecated: The
parkinglot feature has been renamed parking_lotExpand description
Creates a new reentrant mutex in an unlocked state ready for use.