-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
Description
🎯 Determined 🆙
- implement the
catching()ofGuava ListenableFuture#196- Suggestion from the author @linzee1 of article 深入理解 Future, CompletableFuture, ListenableFuture,回调机制. 💕
- implement
successfulAsListmethod ofGuava ListenableFuture#197- this method is similar to
cffu#mostSuccessOf()without timeout parameters, simpler and nice.
- this method is similar to
- implements the overloaded methods of multiply cfs/actions parameters as type
Iterable? #242- implemented by @linzee1 at PR feat: add Iterable helper methods #341
🕗 TBD
getChecked() /getUnchecked()- getting result with unwrapped exception is useful.
- there are
join()methods incffu, needgetUncheckedmethods?
inCompletionOrder()- COOL, but seems rarely used in business.