Skip to content

Instantly share code, notes, and snippets.

@torkale
Created May 21, 2012 14:35
Show Gist options
  • Save torkale/2762638 to your computer and use it in GitHub Desktop.
Save torkale/2762638 to your computer and use it in GitHub Desktop.
CacheMutex usage
CacheMutex.new("key").lock do
# critical section here
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment