toggle menu
metis-lang
jvm
switch theme
search in API
metis-lang
/
io.github.seggan.metis.runtime.intrinsics
/
Coroutine
/
Coroutine
Coroutine
constructor
(
state
:
State
,
chunk
:
Chunk.Instance
,
args
:
List
<
Value
>
)
Parameters
state
The parent state of the coroutine.
chunk
The chunk to run.
args
The arguments to pass to the chunk.