StaleLockPolicy.never constructor

const StaleLockPolicy.never()

Never reclaims; the caller guarantees the holder finishes or fails fast.

Implementation

const factory StaleLockPolicy.never() = _NeverPolicy;