Expand description
All code which should be ported to the specific OS. Contains a system timer implementation and poll.
Re-exports§
pub use timer::TimerFlags;pub use timer::TimerType;pub use timer::TimerSetTimeFlags;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;
Modules§
- linux
- Linux specific code.
- poll
- A common code for timer polling.
- portable_
error - Error handling.
- timer
- A common code for the timer setup.