run

abstract suspend fun run(app: Application, api: API)

Run the given application.

Parameters

app

The application to run.

api

The API which is provided to the run application instance.