Type Definition fragile::SemiSticky

source · []
pub type SemiSticky<T> = Sticky<T>;
👎Deprecated: this type is broken on fragile 1.2. Please upgrade to 2.x
Expand description

A memory leaking semi sticky type.

This this does not work correctly in the 1.2 release family due to a soundness issue. Do not use it, upgrade to fragile 2.x. In the 1.2 release family this type is now emulating the behavior but inherently leaks memory if the drop happens on a different thread.