Skip to content

Commit 285d036

Browse files
authored
Update concurrency.md
1 parent d22934c commit 285d036

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

concurrency.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@ https://tech.io/playgrounds/929/reactive-programming-with-reactor-3/Intro
1212
Webflux Threading Model
1313
https://piotrminkowski.com/2020/03/30/a-deep-dive-into-spring-webflux-threading-model/
1414

15+
Reactive Context
16+
https://www.youtube.com/watch?v=5tlZddM5Jo0
17+
18+
Code sample from an udemy video on webfluxes
19+
https://github.com/vinsguru/spring-webflux-course
20+
https://github.com/vinsguru/java-reactive-programming-course/tree/master/src
21+
https://github.com/dilipsundarraj1/reactive-spring-webflux
22+
https://github.com/dilipsundarraj1/reactive-spring-webflux
23+
1524
## Webfluxes and Kotlin Specifics
1625
Reactive and coroutines
1726
https://docs.spring.io/spring-framework/reference/languages/kotlin/coroutines.html#how-reactive-translates-to-coroutines
@@ -24,6 +33,11 @@ https://stackoverflow.com/questions/74461502/migration-guide-for-schedulers-enab
2433
# Kotlin Thread Safety
2534
https://levelup.gitconnected.com/how-to-write-thread-safe-code-with-kotlin-8a56ca6ff7a
2635

36+
# General Async
37+
https://levelup.gitconnected.com/make-your-java-code-fully-async-369efa3b0f23
38+
39+
https://deadlockempire.github.io/
40+
2741
# Java Stuff
2842
ALl functional interfaces in java
2943
https://www.educative.io/answers/a-list-of-all-the-functional-interfaces-in-java
@@ -37,3 +51,5 @@ https://www.baeldung.com/java-completablefuture
3751
## NIO
3852
This is how netty is able to implement non-blocking IO
3953
https://jenkov.com/tutorials/java-nio/nio-vs-io.html
54+
55+
https://medium.com/ing-blog/how-does-non-blocking-io-work-under-the-hood-6299d2953c74

0 commit comments

Comments
 (0)