Expand description
§Fastimer Core APIs
Core traits:
MakeDelay
: a trait for creating delay futures.Spawn
: a trait for spawning futures, this is useful for scheduling tasks.
Utility functions:
far_future
: create a far future instant.make_instant_from
: create an instant from the given instant and a duration.make_instant_from_now
: create an instant fromInstant::now
and a duration.
Traits§
Functions§
- far_
future - Create a far future instant.
- make_
instant_ from - Create an instant from the given instant and a duration.
- make_
instant_ from_ now - Create an instant from
Instant::now
and a duration.