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)
241
241
}
242
242
243
243
/**
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.
245
246
*
246
247
* @param string $watcherId The watcher identifier.
247
248
*
Original file line number Diff line number Diff line change @@ -128,7 +128,9 @@ public function enable($watcherId);
128
128
public function disable ($ watcherId );
129
129
130
130
/**
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.
132
134
*
133
135
* @param string $watcherId The watcher identifier.
134
136
*
You can’t perform that action at this time.
0 commit comments