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

with_manager

Function with_manager 

Source
pub fn with_manager<R, F: FnOnce(&mut MulticastManager) -> R>(
    f: F,
) -> Result<R, MulticastError>
Expand description

Access the global multicast manager.