[][src]Constant swim_mem::lease::SOFT_COUNT_MAX

pub const SOFT_COUNT_MAX: usize

Maximum number of soft references per lease. A Soft lease holds a soft softreference to its pointed-to arc. A Mut, Ref, or Hard lease temporarily acquire a soft reference when it drops, if it holds the last hard reference to its arc, and outstanding soft references remain.