if I have a java library that requires me to retur...
# coroutines
r
if I have a java library that requires me to return a CompletionStage<T> for async calls, and I want to perform the call using a coroutine and then bridge back to java CompletionStage, how do I do that?
r
thanks