Continuation

interface Continuation<in T>(source)

A deferred execution object (with various possible implementations)

Inheritors

Functions

Link copied to clipboard
abstract fun resume(res: ERROR CLASS: Symbol not found for Result<T>)
Link copied to clipboard
open fun resumeSuccess(res: T)

Syntactic sugar for resuming with success.

Link copied to clipboard

Syntactic sugar for resuming with failure.