diff options
Diffstat (limited to 'watcher.go')
-rw-r--r-- | watcher.go | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/watcher.go b/watcher.go deleted file mode 100644 index 4527fe68..00000000 --- a/watcher.go +++ /dev/null @@ -1,10 +0,0 @@ -package roadrunner - -// Watcher observes pool state and decides if any worker must be destroyed. -type Watcher interface { - // Lock watcher on given pool instance. - Attach(p Pool) Watcher - - // Detach pool watching. - Detach() -} |