Skip to content

Instantly share code, notes, and snippets.

@TimWSpence
Last active February 26, 2020 10:50
Show Gist options
  • Save TimWSpence/6d14421c68bbd37ea96917c91653affa to your computer and use it in GitHub Desktop.
Save TimWSpence/6d14421c68bbd37ea96917c91653affa to your computer and use it in GitHub Desktop.
def get: STM[A]
def set(a: A): STM[Unit]
def modify(f: A => A): STM[Unit]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment