Constant lrs::inotify::flags::WATCH_ONE_SHOT

Remove the watch after the first event has been generated.

Syntax

const WATCH_ONE_SHOT: WatchFlags = WatchFlags(IN_ONESHOT);

See also