⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

with_launcher

Function with_launcher 

Source
pub fn with_launcher<R, F: FnOnce(&mut AppLauncher) -> R>(f: F) -> Option<R>
Expand description

Execute a function with the application launcher (mutable access).