I thought this would have been an easy thing to find but I've failed.
If I use GPars in my Groovy application and I don't specify a pool size how many threads will be created? Is there a default pool size without setting one?
// How many threads will be created? What is the default pool size?
GParsExecutorsPool.withPool {
// do stuff...
}