Type Alias zellij_utils::channels::ChannelWithContext

source ·
pub type ChannelWithContext<T> = (Sender<(T, ErrorContext)>, Receiver<(T, ErrorContext)>);
Expand description

An MPSC asynchronous channel with added error context.