SendFuture

Type Alias SendFuture 

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

Future type for send operations that can be awaited.

Aliased Typeยง

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