Skip to content

Commit 8716935

Browse files
authored
Concurrency: Add useful resources
1 parent f8eb0d8 commit 8716935

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

concurrency/README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,21 @@ Demonstrations:
44

55
- `java.util.concurrent.CompletableFuture`
66

7-
## References
7+
## Useful Resources
88

9-
- Baeldung, "Guide To CompletableFuture", _baeldung.com_, 2020.
9+
Completable Future:
10+
11+
- Baeldung, "Guide To CompletableFuture", _baeldung.com_, 2020.<br>
1012
<https://www.baeldung.com/java-completablefuture>
11-
- Lukáš Křečan, "CompletableFutures - why to using async methods?", _blog.krecan.net_, 2013.
13+
- Lukáš Křečan, "CompletableFutures - why to using async methods?", _blog.krecan.net_, 2013.<br>
1214
<https://blog.krecan.net/2013/12/25/completablefutures-why-to-use-async-methods/>
15+
16+
General:
17+
18+
- <https://typelevel.org/cats-effect/concurrency/>
19+
20+
Thread Pool:
21+
22+
- <https://monix.io/docs/3x/best-practices/blocking.html>
23+
- Daniel Spiewak, "Thread Pools", _github.com_, 2020.<br>
24+
<https://gist.github.com/djspiewak/46b543800958cf61af6efa8e072bfd5c>

0 commit comments

Comments
 (0)