[−][src]Module async_timer::provider
Builtin implementations of Timer
Timer implementations
Re-exports
pub use posix::PosixTimer; |
pub use dummy::DummyTimer; |
Modules
| dummy | Dummy timer which is used on platforms without own implementation |
| posix | POSIX based timer |