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

with_client

Function with_client 

Source
pub fn with_client<R, F: FnOnce(&mut AudioClient) -> R>(
    f: F,
) -> Result<R, KernelError>
Expand description

Access the global audio client through a closure