Join Slack
Powered by
`CommonPool` defaults to `(Runtime.getRuntime().av...
# spring
k
krotki
08/10/2017, 2:29 PM
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
2
Views
Open in Slack
Previous
Next