Examples of new features and try outs
-
MultiProducerConsumer : A simple Java program to have multiple producers and multiple consumers working in parallel on a shared queue.
-
CompletableFuture example : A simple usage of CompletableFuture. Shows that it really happens asynchronously.
-
Parallel Stream with custom executor example : Collection parallel stream example where custom executor is supplied