Future (Type) — skLambda

Addon: skLambda · Category: Type · Since: 1.3.0

Syntax

future

Description

An eventual result (a promise) you can store, complete, combine, and await with `wait for`.

View source