Preparing search index...
The search index is not available
@lacunahub/letsfrag
@lacunahub/letsfrag
SpawnQueue
Class SpawnQueue
Index
Constructors
constructor
Properties
items
options
paused
Methods
add
next
resume
start
stop
Constructors
constructor
new
Spawn
Queue
(
options
?
)
:
SpawnQueue
Parameters
options
:
SpawnQueueOptions
= {}
Returns
SpawnQueue
Properties
Private
items
items
:
SpawnQueueItem
[]
= []
options
options
:
SpawnQueueOptions
= {}
paused
paused
:
boolean
= false
Methods
add
add
(
item
)
:
this
Parameters
item
:
SpawnQueueItem
Returns
this
next
next
(
)
:
Promise
<
unknown
>
Returns
Promise
<
unknown
>
resume
resume
(
)
:
this
Returns
this
start
start
(
)
:
Promise
<
SpawnQueue
>
Returns
Promise
<
SpawnQueue
>
stop
stop
(
)
:
this
Returns
this
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
items
options
paused
add
next
resume
start
stop
@lacunahub/letsfrag
Loading...
Generated using
TypeDoc