`CommonPool` defaults to `(Runtime.getRuntime().av...
# spring
k
CommonPool
defaults to
(Runtime.getRuntime().availableProcessors() - 1).coerceAtLeast(1)
so you should have at least 1 thread but if you do not suspend too often then you will have problems