summaryrefslogtreecommitdiff
path: root/watcher.go
diff options
context:
space:
mode:
Diffstat (limited to 'watcher.go')
-rw-r--r--watcher.go6
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
+}