//! Runtime helpers for ESP radio users.
//!
//! The Nesso N1 Wi-Fi and BLE controllers share the ESP radio runtime. Async
//! applications should start this runtime once before spawning tasks that use
//! Wi-Fi or BLE.
use crateRadioRuntimeResources;
use ;
/// Starts the ESP radio runtime from board-owned runtime resources.
///
/// The resources are moved into the runtime and cannot be reused. Most
/// applications should call [`crate::Nesso::start_async_runtime`] instead of
/// using this lower-level helper.