pub fn with_pipeline<R, F: FnOnce(&mut AudioPipeline) -> R>(
f: F,
) -> Result<R, KernelError>Expand description
Access the global pipeline through a closure
pub fn with_pipeline<R, F: FnOnce(&mut AudioPipeline) -> R>(
f: F,
) -> Result<R, KernelError>Access the global pipeline through a closure