diff options
Diffstat (limited to 'factory.go')
-rw-r--r-- | factory.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ package roadrunner import "os/exec" -// Pool is responsible of wrapping given command into tasks worker. +// Factory is responsible of wrapping given command into tasks worker. type Factory interface { // SpawnWorker creates new worker process based on given command. // Process must not be started. |