object Engine
config |
var config: EngineConfig |
stage |
lateinit var stage: Stage |
invoke |
suspend operator fun invoke(config: EngineConfig = Engine.config, code: suspend Stage.() -> Unit = {}): Unit suspend operator fun invoke(module: Module): Unit |
register |
fun |