RecvFuture

Type Alias RecvFuture 

Source
pub type RecvFuture<'ring, 'buf> = RecvFuture<'ring, 'buf>;
Expand description

Future type for receive operations that can be awaited.

Aliased Typeยง

pub struct RecvFuture<'ring, 'buf> { /* private fields */ }