Skip to main content

Deferred

TypeSource

Deferred = Callable[[], T]

Deferred is a shortcut of a type composition.

Deferred is a deferred value. This value is lazy-loaded by a function. Only when this function gets called, the value will be produced.