Struct ipc_queue::Receiver [−][src]
pub struct Receiver<T: 'static, S> { /* fields omitted */ }
Implementations
Create a Receiver
from a FifoDescriptor
and Synchronizer
.
Safety
In addition to all requirements laid out in Sender::from_descriptor
,
the caller must ensure the following additional requirements:
- The caller must ensure that there is at most one
Receiver
for the queue.