hellerve / programming-talks

Awesome & interesting talks about programming
7.24k stars 503 forks source link

talk about parallel streams & completableFuture #45

Closed pufface closed 6 years ago

pufface commented 6 years ago

Little bit long but quite good talk about parallel streams (first half) and asynchronous programming (second half) in Java 8/9. The second part is bit more interesting, provides nice introduction to CompletableFuture which is basically like Promise in JS.

Hope it will fit to your list.

hellerve commented 6 years ago

I just watched the first ten minutes and it seems very promising. I will probably take a while to watch the entire thing, because I need to find time to sit down for two and a half hours at a time! I’ll get back to you soon. :)

Thanks for your contribution!

hellerve commented 6 years ago

Good find, thank you again!