Function mpi::point_to_point::send_receive_into [] [src]

pub fn send_receive_into<M: ?Sized, D, B: ?Sized, S>(
    msg: &M,
    destination: &D,
    buf: &mut B,
    source: &S
) -> Status where
    M: Buffer,
    D: Destination,
    B: BufferMut,
    S: Source

Sends the contents of msg to destination and simultaneously receives a message from source into buf.

Standard section(s)

3.10