kmpworker
Toggle table of contents
0.1.0-beta06
common
Platform filter
common
Switch theme
Search in API
kmpworker
core
/
io.neuralheads.kmpworker.core
/
TaskGraphBuilder
/
TaskGraphNode
Task
Graph
Node
inner
class
TaskGraphNode
(
val
id
:
String
)
Members
Constructors
Task
Graph
Node
Link copied to clipboard
constructor
(
id
:
String
)
Properties
id
Link copied to clipboard
val
id
:
String
Functions
then
Link copied to clipboard
infix
fun
then
(
other
:
TaskGraphBuilder.TaskGraphNode
)
:
TaskGraphBuilder.TaskGraphNode
Declares that
other
depends on this node.