Continuation

interface Continuation<in T> : Logging

A deferred execution object (with various possible implementations)

Inheritors

Functions

Link copied to clipboard
abstract fun resume(res: Result<T>)
Link copied to clipboard
open fun resumeSuccess(res: T)
Link copied to clipboard