How does Spring MVC work with kotlin coroutine? Do...
# spring
e
How does Spring MVC work with kotlin coroutine? Do I always have to use kotlin coroutine for my server code? Any examples would be appreciated.
j
Old web Mvc has no connection to coroutines. New Reactive flavor does. With react you can replace mono return types with suspend functions and flux with flow