executeAndDispatch

private inline suspend fun <R> executeAndDispatch(block: Supplier<R>): R(source)

Executes the given operation and dispatches the necessary events based on its result and the configuration.