toggle menu
pulvreakt
0.10.1-dev0q+0606a4a6dd
common
switch theme
search in API
runtime
/
it.unibo.pulvreakt.runtime
/
PulvreaktRuntime
Pulvreakt
Runtime
interface
PulvreaktRuntime
:
ManagedResource
<
RuntimeError
>
The
PulvreaktRuntime
is the main entry point of the runtime.
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
finalize
Link copied to clipboard
abstract
suspend
fun
finalize
(
)
:
Either
<
RuntimeError
,
Unit
>
initialize
Link copied to clipboard
abstract
suspend
fun
initialize
(
)
:
Either
<
RuntimeError
,
Unit
>
start
Link copied to clipboard
abstract
suspend
fun
start
(
)
:
Either
<
RuntimeError
,
Unit
>
Starts the runtime.
stop
Link copied to clipboard
abstract
suspend
fun
stop
(
)
:
Either
<
RuntimeError
,
Unit
>
Stops the runtime.