pub fn is_readable(efd_id: u32) -> boolExpand description
Query whether an eventfd is readable (counter > 0). Used by epoll to check readiness without consuming data.
pub fn is_readable(efd_id: u32) -> boolQuery whether an eventfd is readable (counter > 0). Used by epoll to check readiness without consuming data.