Module rasi_default::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§
- The type that implement the syscall
Timer.
Functions§
- This function using
register_global_timerto register theMioTimerto global registry.