I call library A that returns a Guava Future and t...
# random
z
I call library A that returns a Guava Future and then I need to pass it to library B that wants a Java Future. I now have to write wiring code to convert, and hope that they are convertible.