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

is_readable

Function is_readable 

Source
pub fn is_readable(sfd_id: u32) -> bool
Expand description

Query whether a signalfd has pending signals. Used by epoll to check readiness without consuming data.