CallbackContinuation
class CallbackContinuation<in T>(cb: (ERROR CLASS: Symbol not found for Result<T>) -> Unit) : Continuation<T> (source)
An async continuation that calls a callback when the result is available.
An async continuation that calls a callback when the result is available.