[][src]Function pagecache::node_from_frag_vec

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.