//! # Common imports for synchronous API
//!//! Imports essential abstractions, that are required to work with synchronous I/O.
//!//! ⚠ Incompatible with [`asnc::prelude`](crate::asnc::prelude)!
pubusecrate::sync::node::{
Callback, EdgeNode, Event, EventReceiver, FrameSender, ProxyNode, ReceiveEvent, ReceiveFrame,
SyncApi,};pub(crate)usecrate::sync::utils::mpmc;