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

with_notification_manager

Function with_notification_manager 

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

Execute a closure with a mutable reference to the notification manager.