pub type ThreadStream = EventStream<EventBlock<ThreadEventQueue>>;
pub struct ThreadStream { /* private fields */ }