mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
d9d45cc0b1
This commit makes sure that CoroutinesUtils::invokeSuspendingFunction treats Reactive Publisher instances the same as Kotlin Flows, i.e. it flatmaps them. Closes gh-27011