Expand description
All code which should be ported to the specific OS. Contains a system timer implementation and poll.
Re-exports§
pub use unix::TimerSetTimeFlags;pub use unix::UnixFd;pub use unix::TimerType;pub use unix::TimerFlags;pub use timer::TimerReadRes;pub use timer::TimerExpMode;pub use timer::FdTimerCom;pub use timer::AbsoluteTime;pub use timer::RelativeTime;pub use poll::TimerPoll;pub use poll::PollEventType;pub use poll::PolledTimerFd;pub use poll::TimerPollOps;pub use timer::TimerFd;pub use timer::FdTimerMarker;pub use timer::TimerId;pub use timer::AsTimerId;
Modules§
- poll
- A common code for timer polling.
- portable_
error - Error handling.
- timer
- A common code for the timer setup.
- unix
- All portable code for OS in
unixfamily.