Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ivpusic committed Nov 18, 2015
1 parent ccce766 commit 446e8b8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ import (
)

func main() {
numCPUs := runtime.NumCPU()
runtime.GOMAXPROCS(numCPUs)

// number of workers, and size of job queue
pool := grpool.NewPool(100, 50)

Expand Down Expand Up @@ -64,9 +61,6 @@ import (
)

func main() {
numCPUs := runtime.NumCPU()
runtime.GOMAXPROCS(numCPUs)

// number of workers, and size of job queue
pool := grpool.NewPool(100, 50)
defer pool.Release()
Expand Down

0 comments on commit 446e8b8

Please sign in to comment.