inlineOrbit
open suspend override fun inlineOrbit(orbitIntent: suspend ContainerContext<STATE, SIDE_EFFECT>.() -> Unit)
Executes an orbit intent inline, circumventing orbit's dispatching. The intents are built in the ContainerHost using your chosen syntax.
Parameters
orbitIntent
lambda returning the suspend function representing the intent