Constant servo_arc::MAX_REFCOUNT
source ยท pub(crate) const MAX_REFCOUNT: usize = _; // 9_223_372_036_854_775_807usize
Expand description
A soft limit on the amount of references that may be made to an Arc
.
Going above this limit will abort your program (although not
necessarily) at exactly MAX_REFCOUNT + 1
references.