Module time

Module time 

Source
Available on crate feature time only.
Expand description

The implementation of Timer syscall.

You can register MioTimer to the global registry using register_mio_timer, or use it alone.

Structs§

MioTimer
The type that implement the syscall Timer.

Functions§

register_mio_timer
This function using register_global_timer to register the MioTimer to global registry.