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

epoll_destroy

Function epoll_destroy 

Source
pub fn epoll_destroy(epoll_id: u32) -> Result<(), KernelError>
Expand description

Destroy an epoll instance.