resolve

abstract suspend fun <T : Any> resolve(typeTag: TypeTag<T>, payload: T)

Complete with success the Awakeable.

Parameters

typeTag

used to serialize the Awakeable result payload.

payload

the result payload.

See also