resolve

inline suspend fun <T : Any> AwakeableHandle.resolve(payload: T)

Complete with success the Awakeable using KtSerdes.json serializer.

Parameters

payload

the result payload.

See also