Is there a way to send a value to a continuation. ...
# coroutines
j
Is there a way to send a value to a continuation. (not channels)
d
Like
continuation.resume()
?
Or like
CompletableDeferred
?
d
Continuation is single use