Skip to main content

ThreadEventStream

Type Alias ThreadEventStream 

Source
pub type ThreadEventStream = Pin<Box<dyn Stream<Item = Result<ThreadEvent>> + Send>>;
Expand description

Stream of thread events.

Aliased Typeยง

pub struct ThreadEventStream { /* private fields */ }