github
readme
source
examples
distribution
Preparing search index...
The search index is not available
@oazmi/kitchensink - v0.8.4
@oazmi/kitchensink
collections
TopologicalAsyncScheduler
Class TopologicalAsyncScheduler<ID, FROM, TO>
Type Parameters
ID
extends
PropertyKey
FROM
extends
ID
=
ID
TO
extends
ID
=
ID
Index
Constructors
constructor
Properties
pending
clear
fire
resolve
Constructors
constructor
new
Topological
Async
Scheduler
<
ID
,
FROM
,
TO
>
(
invertible_edges
)
:
TopologicalAsyncScheduler
<
ID
,
FROM
,
TO
>
Type Parameters
ID
extends
PropertyKey
FROM
extends
PropertyKey
=
ID
TO
extends
PropertyKey
=
ID
Parameters
invertible_edges
:
InvertibleGraphEdges
<
ID
,
FROM
,
TO
>
Returns
TopologicalAsyncScheduler
<
ID
,
FROM
,
TO
>
Properties
pending
pending
:
Set
<
TO
>
clear
clear
:
(
(
)
=>
void
)
fire
fire
:
(
(
...
source_ids
:
FROM
[]
)
=>
void
)
resolve
resolve
:
(
(
...
ids
:
ID
[]
)
=>
TO
[]
)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
pending
clear
fire
resolve
github
readme
source
examples
distribution
@oazmi/kitchensink - v0.8.4
Loading...