Constant lrs::inotify::flags::INOTIFY_CLOSE_ON_EXEC

Close the file descriptor when exec is called.

Syntax

const INOTIFY_CLOSE_ON_EXEC: InotifyFlags = InotifyFlags(IN_CLOEXEC);

See also