vtils

Home > utils > onceMeanwhile

onceMeanwhile() function

同一时间对函数的调用只会触发一次运行。

Signature:

export declare function onceMeanwhile<TFunc extends AnyAsyncFunction>(fn: TFunc): TFunc;

Parameters

Parameter Type Description
fn TFunc 函数

Returns:

TFunc

返回函数调用结果