phaller / reactive-async

Expressive deterministic concurrency in Scala
BSD 2-Clause "Simplified" License
15 stars 9 forks source link

HandlerPool parallelism is hardcoded to 8 #141

Closed amuttsch closed 6 years ago

amuttsch commented 6 years ago

This should be changed to Runtime.getRuntime().availableProcessors() to support CPUs with more cores.