Tech
Understanding JVM Concurrency Models (6) – Spring + Coroutines — WebFlux, MVC, and the Limits of AOP
How Spring wraps suspend fun in mono {} to run it on the Reactor pipeline, and the structural limit where AOP proxies mistake COROUTINE_SUSPENDED for method completion — including why @Transactional + coroutines does not work.