Ask HN: Need a good resource for guava concurrency programming (Futures)

1 points by gt565k ↗ HN
I'm fairly new to concurrent programming, and have been fiddling around with Futures using guava, but I feel like I'm missing a good fundamental understanding of how concurrency really works with guava and in the context of java.

Some example questions that I might have would be:

When should I use a ListenableFuture vs a SettableFuture vs an AbstractFuture?

Best patterns for chaining multiple futures in a sequence? Is it Futures.transform or is there a cleaner way?

Can anyone recommend a book or good resource that goes in depth in regards to concurrency programming with guava?

0 comments

[ 2.7 ms ] story [ 11.7 ms ] thread

No comments yet.