Does someone have tried a "One Coroutine per Reque...
# spring
c
Does someone have tried a "One Coroutine per Request" approach in Spring/Kotlin? Advantages/Disatvantages? Even possible?
j
Pretty sure that's how it works if you mark your controller functions as suspend
👌 1