Struct mpi::request::WaitGuard
[−]
[src]
pub struct WaitGuard<Req>(_) where Req: Request;
Guard object that waits for the completion of an operation when it is dropped
Examples
See examples/immediate.rs