Constant lrs::event::flags::EFD_CLOSE_ON_EXEC

Close the eventfd when exec is called.

Syntax

const EFD_CLOSE_ON_EXEC: EventfdFlags = EventfdFlags(cty::EFD_CLOEXEC);

See also