diff options
Diffstat (limited to 'watcher.go')
-rw-r--r-- | watcher.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/watcher.go b/watcher.go new file mode 100644 index 00000000..7d9c6060 --- /dev/null +++ b/watcher.go @@ -0,0 +1,6 @@ +package roadrunner + +// disconnect?? +type Watcher interface { + // ?? lock on pool +} |