use crateNcp;
/// Initialized NCP and the futures that drive application event delivery.
///
/// Spawn [`bridge`](Self::bridge) before [`event_handler`](Self::event_handler)
/// so callbacks are forwarded through the bounded message channel in the same
/// dependency order in which they are consumed. Both futures must remain
/// running while the [`Ncp`] is in use.