You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Event but debounce timed out (for example continuous writes)
89
137
AnyContinuous,
@@ -204,7 +252,7 @@ impl<T: Watcher> Drop for Debouncer<T> {
204
252
205
253
/// Creates a new debounced watcher with custom configuration.
206
254
///
207
-
/// Timeout is the amount of time after which a debounced event is emitted or a Continuous event is send, if there still are events incoming for the specific path.
255
+
/// Timeout is the amount of time after which a debounced event is emitted or a continuous event is send, if there still are events incoming for the specific path.
208
256
///
209
257
/// If tick_rate is None, notify will select a tick rate that is less than the provided timeout.
/// Short function to create a new debounced watcher with the recommended debouncer.
287
335
///
288
-
/// Timeout is the amount of time after which a debounced event is emitted or a Continuous event is send, if there still are events incoming for the specific path.
336
+
/// Timeout is the amount of time after which a debounced event is emitted or a continuous event is send, if there still are events incoming for the specific path.
289
337
///
290
338
/// If tick_rate is None, notify will select a tick rate that is less than the provided timeout.
0 commit comments