orbit

abstract suspend fun orbit(orbitIntent: suspend ContainerContext<STATE, SIDE_EFFECT>.() -> Unit): Job

Executes an orbit intent. The intents are built in the ContainerHost using your chosen syntax.

Parameters

orbitIntent

lambda returning the suspend function representing the intent