pub struct CompositeInfoIteratorSynchronousProxy { /* private fields */ }
Implementations§
source§impl CompositeInfoIteratorSynchronousProxy
impl CompositeInfoIteratorSynchronousProxy
pub fn new(channel: Channel) -> Self
pub fn into_channel(self) -> Channel
sourcepub fn wait_for_event(
&self,
deadline: Time
) -> Result<CompositeInfoIteratorEvent, Error>
pub fn wait_for_event( &self, deadline: Time ) -> Result<CompositeInfoIteratorEvent, Error>
Waits until an event arrives and returns it. It is safe for other threads to make concurrent requests while waiting for an event.
sourcepub fn get_next(&self, ___deadline: Time) -> Result<Vec<CompositeInfo>, Error>
pub fn get_next(&self, ___deadline: Time) -> Result<Vec<CompositeInfo>, Error>
Returns up to 100 entries at a time. Return empty when no more composites are left.