futures_time

Module time

Source
Expand description

Temporal quantification.

This submodule wraps the types in std::time so we can implement traits on them. Each type can be converted to-and-from their respective counterparts.

Structsยง

  • A Duration type to represent a span of time, typically used for system timeouts.
  • A measurement of a monotonically nondecreasing clock. Opaque and useful only with Duration.