diff options
author | Wolfy-J <[email protected]> | 2018-01-23 20:01:17 -0500 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-01-23 20:01:17 -0500 |
commit | 5d8102d2ad57b1e556abb3bb7d06080b43eeb098 (patch) | |
tree | 83698061fe2f830e844c41f47fd70b3a879ab99a /README.md | |
parent | 2fa64cef5bc8f05b3185460aafddfd8ecc7d16a2 (diff) |
example
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -24,9 +24,9 @@ Examples: ```go pool, err := NewPool( - func() *exec.Cmd { return exec.Command("php", "worker.php") }, - NewPipeFactory(), - Config{ + func() *exec.Cmd { return exec.Command("php", "worker.php") }, + NewPipeFactory(), + Config{ NumWorkers: uint64(runtime.NumCPU()), AllocateTimeout: time.Second, DestroyTimeout: time.Second, |