notify icon indicating copy to clipboard operation
notify copied to clipboard

Add iterator to watcher

Open passcod opened this issue 5 years ago • 1 comments

To enable this API:

for event in &watcher {
    // ...
}

Explicitly available with .iter() as idiomatic.

passcod avatar Mar 30 '19 00:03 passcod

Question is what do we do when you block the watcher ? Simply buffer the events or just drop them ? Also this may be different between debounced and edge watcher ?

0xpr03 avatar Mar 06 '21 22:03 0xpr03