mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
fd38c23699
This commit refines CoroutinesUtils#invokeSuspendingFunction in order to clarify the behavior when used on a non suspending function, and support usages with or without the Continuation argument. Closes gh-30005