Type Definition calc_graph::SharedNode

source ·
pub type SharedNode<C> = Node<Arc<Mutex<C>>>;
Expand description

A node returned by Node::shared.

Implementations

Returns the shared node’s value, recalculating it if needed.