DefaultAsyncStateAction

typealias DefaultAsyncStateAction<C, S, E, A, R> = suspend C.(S, E, A?) -> R?