Ask HN: Need a good resource for guava concurrency programming (Futures)
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 ] threadNo comments yet.