Module ntex::time[][src]

Expand description

Utilities for tracking time.

Structs

Interval returned by interval

A Duration type to represent a span of time.

A Seconds type to represent a span of time in seconds.

Future returned by sleep.

Future returned by timeout.

Functions

Creates new Interval that yields with interval of period.

Waits until duration has elapsed.

Require a Future to complete before the specified duration has elapsed.