Skip to content

Instantly share code, notes, and snippets.

@thedrow
Created July 31, 2016 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thedrow/037c93b9135b0c20ea543e16e6070578 to your computer and use it in GitHub Desktop.
Save thedrow/037c93b9135b0c20ea543e16e6070578 to your computer and use it in GitHub Desktop.
$file.flock(File::LOCK_EX | File::LOCK_NB)
$file.write(dumped_data)
$file.flock(File::LOCK_UN)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment