From ffbf4620fea5b79be8566f647147e5fdeaa06088 Mon Sep 17 00:00:00 2001 From: rcalago <149600319+rcalago@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:41:59 +0800 Subject: [PATCH] Update README.md --- libraries-stream/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libraries-stream/README.md b/libraries-stream/README.md index 6aa5a28cd9..30e1036783 100644 --- a/libraries-stream/README.md +++ b/libraries-stream/README.md @@ -8,4 +8,5 @@ This module contains articles about stream libraries. - [Guide to Java Parallel Collectors Library](https://www.baeldung.com/java-parallel-collectors) - [DistinctBy in the Java Stream API](https://www.baeldung.com/java-streams-distinct-by) - [Introduction to StreamEx](https://www.baeldung.com/streamex) -- [Introduction to Protonpack](https://www.baeldung.com/java-protonpack) \ No newline at end of file +- [Introduction to Protonpack](https://www.baeldung.com/java-protonpack) +- [Parallel Collection Processing with Parallel Collectors and Virtual Threads](https://www.baeldung.com/java-virtual-threads-parallel-collectors)