File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,15 @@ https://tech.io/playgrounds/929/reactive-programming-with-reactor-3/Intro
12
12
Webflux Threading Model
13
13
https://piotrminkowski.com/2020/03/30/a-deep-dive-into-spring-webflux-threading-model/
14
14
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
+
15
24
## Webfluxes and Kotlin Specifics
16
25
Reactive and coroutines
17
26
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
24
33
# Kotlin Thread Safety
25
34
https://levelup.gitconnected.com/how-to-write-thread-safe-code-with-kotlin-8a56ca6ff7a
26
35
36
+ # General Async
37
+ https://levelup.gitconnected.com/make-your-java-code-fully-async-369efa3b0f23
38
+
39
+ https://deadlockempire.github.io/
40
+
27
41
# Java Stuff
28
42
ALl functional interfaces in java
29
43
https://www.educative.io/answers/a-list-of-all-the-functional-interfaces-in-java
@@ -37,3 +51,5 @@ https://www.baeldung.com/java-completablefuture
37
51
## NIO
38
52
This is how netty is able to implement non-blocking IO
39
53
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
You can’t perform that action at this time.
0 commit comments