spring-framework/spring-core/kotlin-coroutines
Sébastien Deleuze 94a42a3086 Support suspending handler methods in Spring MVC
This commit adds support for Kotlin Coroutines suspending functions to
Spring MVC, by converting those to a Mono that can then be handled by
the asynchronous request processing feature.

It also optimizes Coroutines detection with the introduction of an
optimized KotlinDetector.isSuspendingFunction() method that does not
require kotlin-reflect.

Closes gh-23611
2020-10-09 12:25:32 +02:00
..
src/main/kotlin/org/springframework/core Support suspending handler methods in Spring MVC 2020-10-09 12:25:32 +02:00
kotlin-coroutines.gradle Fix spring-core jar task 'up-to-date'-ness 2019-11-04 10:29:58 +01:00