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

with_launcher_ref

Function with_launcher_ref 

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

Execute a function with the application launcher (read-only access).