Skip to content

Instantly share code, notes, and snippets.

@andreiglingeanu
Created May 5, 2017 20:38
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 andreiglingeanu/773406895bb0e11fc22fef58dcc4ccd4 to your computer and use it in GitHub Desktop.
Save andreiglingeanu/773406895bb0e11fc22fef58dcc4ccd4 to your computer and use it in GitHub Desktop.
Example of a race condition in Mozart lang
declare
C={NewCell 0}
thread
C := 1
end
thread
C := 2
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment