withAction

infix fun <T, O> Deferred<T>.withAction(callback: suspend (T) -> O): <Error class: unknown class>