pub fn is_readable(tfd_id: u32) -> boolExpand description
Query whether a timerfd is readable (timer has expired). Used by epoll to check readiness without consuming data.
pub fn is_readable(tfd_id: u32) -> boolQuery whether a timerfd is readable (timer has expired). Used by epoll to check readiness without consuming data.