foldright / cffu

🦝 Java CompletableFuture-Fu(CF-Fu, pronounced "Shifu"), a tiny sidekick library to make CompletableFuture usage more convenient, more efficient and safer in your application. 😋🚀🦺
https://github.com/foldright/cffu
Apache License 2.0
156 stars 21 forks source link

integrate `Guava ListenableFuture` #195

Closed oldratlee closed 1 month ago

oldratlee commented 2 months ago

Provide conversion methods between Guava ListenableFuture and CompletableFuture/Cffu.

[!NOTE] Integration implementation should pay attention to cancellation and propagation between the two futures.