Join Slack
Powered by
If it's really just a plain old `java.util.concurr...
# coroutines
d
diesieben07
07/16/2017, 6:56 PM
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
.
Open in Slack
Previous
Next