File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -241,7 +241,8 @@ public static function disable($watcherId)
241241 }
242242
243243 /**
244- * Cancel a watcher. This marks the watcher identifier as invalid.
244+ * Cancel a watcher. This will detatch the event loop from all resources that are associated to the watcher. After this
245+ * operation the watcher is permanently invalid.
245246 *
246247 * @param string $watcherId The watcher identifier.
247248 *
Original file line number Diff line number Diff line change @@ -128,7 +128,9 @@ public function enable($watcherId);
128128 public function disable ($ watcherId );
129129
130130 /**
131- * Cancel a watcher. This marks the watcher as invalid. Calling this function MUST never fail, even when passed an invalid watcher.
131+ * Cancel a watcher. This will detatch the event loop from all resources that are associated to the watcher. After this
132+ * operation the watcher is permanently invalid. Calling this function MUST never fail, even when passed an invalid
133+ * watcher.
132134 *
133135 * @param string $watcherId The watcher identifier.
134136 *
You can’t perform that action at this time.
0 commit comments