syncUpdate

Atomically save data to a file (if the file doesn't exist, or its contents differs). The update operation as a whole is not atomic, only the write is.

void
syncUpdate
()
(
string fn
,
const(void)[] data
)

Meta