Skip to content

Instantly share code, notes, and snippets.

@halgari
Last active August 29, 2015 14:18
Show Gist options
  • Save halgari/d8f327a65fff8ac72933 to your computer and use it in GitHub Desktop.
Save halgari/d8f327a65fff8ac72933 to your computer and use it in GitHub Desktop.
def swap(ref, f, *args):
with atomic:
ref.val = f(ref.val, *args)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment