Module layout_2013::flow_ref
source · Expand description
Reference-counted pointers to flows.
Eventually, with dynamically sized types in Rust, much of this code will
be superfluous. This design is largely duplicating logic of Arc<T>
and
Weak<T>
; please see comments there for details.