Type Definition zellij_utils::channels::ChannelWithContext[][src]

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

An MPSC asynchronous channel with added error context.