Application

interface Application

An application which can be loaded dynamically and operates on an API and an Environment.

Types

Runner
Link copied to clipboard
interface Runner
An application runner can run a given application with a specified API.

Functions

run
Link copied to clipboard
abstract suspend fun API.run()
The application's main function.