Function pagecache::ds::stack::node_from_frag_vec [] [src]

pub fn node_from_frag_vec<T>(from: Vec<T>) -> Owned<Node<T>> where
    T: Send + 'static + Sync

Turns a vector of elements into a lock-free stack of them, and returns the head of the stack.