diff options
author | Wolfy-J <[email protected]> | 2018-01-28 16:53:07 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-01-28 16:53:07 +0300 |
commit | e8452de745acb7c729339bca4130a4f041324f3a (patch) | |
tree | bca687620f3b9c27cb23e4c912fdc1bc9b6944f9 /README.md | |
parent | f80a058feae6cf39f754df3c7c2a0ee8c894e5a6 (diff) |
cs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ Examples: ```go p, err := NewPool( - func() *exec.Cmd { return exec.Command("php", "worker.php") }, + func() *exec.Cmd { return exec.Command("php", "worker.php", "pipes") }, NewPipeFactory(), Config{ NumWorkers: uint64(runtime.NumCPU()), |