spring-framework/spring-core/kotlin-coroutines
Sébastien Deleuze 712eac2915 Refine Coroutines annotated controller support
This commit refines Coroutines annotated controller support
by considering Kotlin Unit as Java void and using the right
ReactiveAdapter to support all use cases, including suspending
functions that return Flow (usual when using APIs like WebClient).

It also fixes RSocket fire and forget handling and adds related tests
for that use case.

Closes gh-24057
Closes gh-23866
2019-11-22 14:13:17 +01:00
..
src/main/kotlin/org/springframework/core Refine Coroutines annotated controller support 2019-11-22 14:13:17 +01:00
kotlin-coroutines.gradle Fix spring-core jar task 'up-to-date'-ness 2019-11-04 10:29:58 +01:00