Optional Parameter for PMap to set number of Goroutines(worker)
Eg:
PMapInt(squareInt, []int{v1, v2, v3}, Optional{FixedPool: 2, RandomOrder: true})
The default behavior of PMap:
a. number of Goroutines == length of the list.
b. Order is guaranteed