Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 723 Bytes

hamon.asyncserieshook.md

File metadata and controls

25 lines (15 loc) · 723 Bytes

Home > @funnyecho/hamon > AsyncSeriesHook

AsyncSeriesHook class

Asynchronous Series Hook

Signature:

export declare class AsyncSeriesHook<T, R = void> extends AsyncTapHook<T, R> 

Remarks

Invoke listeners in queue asynchronously.

Methods

Method Modifiers Description
callAsync(args) call listener with ...args and cb
callPromise(args) * call listener with ...args