Type alias AsyncPackedFunc

AsyncPackedFunc: ((...args) => Promise<any>) & Disposable & {
    _tvmPackedCell: PackedFuncCell;
}

Type for AyncPackedFunc in TVMRuntime possibly may contain stack unwinding through Asynctify

Generated using TypeDoc