Function mpstthree::binary_atmp::send::send

source ·
pub fn send<T, const CLOCK: char, const START: i128, const INCLUDE_START: bool, const END: i128, const INCLUDE_END: bool, const RESET: char, S>(
    x: T,
    all_clocks: &mut HashMap<char, Instant>,
    s: SendTimed<T, CLOCK, START, INCLUDE_START, END, INCLUDE_END, RESET, S>
) -> Result<S, Box<dyn Error>>
where T: Send, S: Session,
Expand description

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