If it's really just a plain old `java.util.concurr...
# coroutines
d
If it's really just a plain old
java.util.concurrent.Future
then you can't really seamlessly interact with it, since those plain futures do not support callbacks, they only support a blocking call to
get
.