StaleLockPolicy.never constructor
const
StaleLockPolicy.never()
Never reclaims; the caller guarantees the holder finishes or fails fast.
Implementation
const factory StaleLockPolicy.never() = _NeverPolicy;
Never reclaims; the caller guarantees the holder finishes or fails fast.
const factory StaleLockPolicy.never() = _NeverPolicy;