Interface AsyncFuncRef<T>

interface AsyncFuncRef<T> {
    call(): Promise<T>;
    set(func: () => Promise<T>): void;
}

Type Parameters

  • T

Methods

Methods

MMNEPVFCICPMFPCPTTAAATR