File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments