You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/docs/asciidoc/languages/kotlin.adoc
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -402,6 +402,21 @@ Spring Framework provides support for Coroutines on the following scope:
402
402
* Suspending function and `Flow` support in RSocket `@MessageMapping` annotated methods
403
403
* Extensions for {doc-root}/spring-framework/docs/{spring-version}/kdoc-api/spring-framework/org.springframework.messaging.rsocket/index.html[`RSocketRequester`]
404
404
405
+
=== Dependencies
406
+
407
+
Coroutines support is enabled when `kotlinx-coroutines-core` and `kotlinx-coroutines-reactor`
0 commit comments