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

with_file_manager

Function with_file_manager 

Source
pub fn with_file_manager<R, F: FnOnce(&RwLock<FileManager>) -> R>(
    f: F,
) -> Option<R>
Expand description

Execute a function with the file manager