From 85a65d1ca6fdabb7409c8e5a76c039f6da30dc36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Antonio=20Bre=C3=B1a=20Moral?= Date: Tue, 28 May 2024 16:49:08 +0000 Subject: [PATCH] Improving agenda --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b699a70..290927d 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ sdk env install - [x] Lambda Expressions (Functional interfaces, Functions, Supplier, Consumer & Predicates) - [x] Optionals - [x] Stream API -- [-] CompletableFuture & Structural Concurrency +- [x] CompletableFuture & [ ] Structural Concurrency - [ ] Immutable Lists - [ ] Sealed Classes - [ ] Pattern Matching for Switch