resolve

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

Complete with success the Awakeable.

Parameters

payload

the result payload.

See also


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

Resolve the signal with the given value.