PulvreaktRuntime

The PulvreaktRuntime is the main entry point of the runtime.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract suspend fun finalize(): Either<RuntimeError, Unit>
Link copied to clipboard
abstract suspend fun initialize(): Either<RuntimeError, Unit>
Link copied to clipboard
abstract suspend fun start(): Either<RuntimeError, Unit>

Starts the runtime.

Link copied to clipboard
abstract suspend fun stop(): Either<RuntimeError, Unit>

Stops the runtime.