CallbackContinuation

An async continuation that just calls a callback when the result is available

Constructors

Link copied to clipboard
constructor(cb: (Result<T>) -> Unit)

Functions

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