[][src]Type Definition cerk::runtime::channel::BoxedReceiver

type BoxedReceiver = Box<dyn Receiver + Send>;

Boxed wrapper for a platform-specific channel receiver.