pub type SyncEventChannel = Receiver<Frame, RawMutex, Condvar>;
pub struct SyncEventChannel { /* private fields */ }