• Creates a [Lazy] based on an asynchronous callback.

    Type Parameters

    • T

    Parameters

    • callback: LazyValueCallback<Promise<T>>

      the callback that computes a value.

    Returns LazyValueCallback<Promise<T>>

Generated using TypeDoc