Module ntex_service::util[][src]

Structs

Lazy

Future for the lazy function.

Enums

Either

Combines two different futures, streams, or sinks having the same associated types into a single type.

Ready

A future representing a value that is immediately ready.

Functions

lazy

Creates a new future that allows delayed execution of a closure.