Struct ipc_queue::AsyncReceiver [−][src]
pub struct AsyncReceiver<T: 'static, S> { /* fields omitted */ }
Implementations
Consumes self
and returns a DescriptorGuard.
The returned guard can be used to make FifoDescriptor
s that remain
valid as long as the guard is not dropped.