commonMain.com.zegreatrob.testmints.action.async.GeneralSuspendActionDispatcherSyntax.kt Maven / Gradle / Ivy
package com.zegreatrob.testmints.action.async
interface GeneralSuspendActionDispatcherSyntax : SuspendActionExecuteSyntax {
val generalDispatcher: GeneralSuspendActionDispatcher
override suspend fun D.execute(action: SuspendAction) = generalDispatcher.dispatch(action, this)
}