Prelude API
Guides
Skill
GitHub
Preparing search index...
@prelude/serial-queue
pushWith
Function pushWith
pushWith
<
Args
extends
unknown
[]
,
R
>
(
queue
:
SerialQueue
<
Args
,
R
>
,
__namedParameters
:
PushOptions
,
...
args
:
Args
,
)
:
Promise
<
R
>
Like
push
, with options; see
PushOptions
.
Type Parameters
Args
extends
unknown
[]
R
Parameters
queue
:
SerialQueue
<
Args
,
R
>
__namedParameters
:
PushOptions
...
args
:
Args
Returns
Promise
<
R
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guides
Skill
GitHub
Prelude API
Loading...
Like
push, with options; see PushOptions.