Home > @funnyecho/hamon > AsyncSeriesHook
Asynchronous Series Hook
Signature:
export declare class AsyncSeriesHook<T, R = void> extends AsyncTapHook<T, R>
Invoke listeners in queue asynchronously.
Method | Modifiers | Description |
---|---|---|
callAsync(args) | call listener with ...args and cb |
|
callPromise(args) | * call listener with ...args |