Function sesh::send[][src]

pub fn send<T, S>(x: T, s: Send<T, S>) -> S where
    T: Send,
    S: Session

Send a value of type T. Always succeeds. Returns the continuation of the session S.