Constant lrs::file::flags::FILE_SYNC

Ensure that all data has been passed to the hardware after a write.

Syntax

const FILE_SYNC: FileFlags = FileFlags(O_SYNC);

See also