Preparing search index...
The search index is not available
@substrate-system/util
@substrate-system/util
Queue
Class Queue<T>
Type Parameters
T
Index
Constructors
constructor
Properties
_in
Progress
Methods
add
Constructors
constructor
new
Queue
<
T
>
()
:
Queue
<
T
>
Type Parameters
T
Returns
Queue
<
T
>
Properties
_in
Progress
_inProgress
:
Promise
<
void
|
T
>
= ...
Methods
add
add
(
createP
:
()
=>
Promise
<
T
>
)
:
Promise
<
void
|
T
>
Parameters
createP
:
()
=>
Promise
<
T
>
Returns
Promise
<
void
|
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
_in
Progress
Methods
add
@substrate-system/util
Loading...