[][src]Function kubos_app::app_start

pub fn app_start(_pid: u32, handler: &dyn AppHandler) -> Result<(), Error>

The entry point for all KubOS applications. The preferred way to use this application is through the app_main! macro