Trait async_rdma::RemoteMrReadAccess
source · pub trait RemoteMrReadAccess: MrAccess {
fn token(&self) -> MrToken;
fn timeout_check(&self) -> bool { ... }
}
Expand description
Remote Memory Region Accrss
Required Methods§
Provided Methods§
sourcefn timeout_check(&self) -> bool
fn timeout_check(&self) -> bool
Check if this rmr
timeout.
Return true
if it times out, false
otherwise.