goroutine pool was introduced to handle stack copy cost, Go1.11 has many optimizations for stack copy, after upgrading to Go1.1, goroutine pool is not necessary any more.
goroutine pool was introduced to handle stack copy cost, Go1.11 has many optimizations for stack copy, after upgrading to Go1.1, goroutine pool is not necessary any more.