Skip to content

Instantly share code, notes, and snippets.

@alphazero
Created May 11, 2014 22:51
Show Gist options
  • Save alphazero/aec20d9aaa3324852296 to your computer and use it in GitHub Desktop.
Save alphazero/aec20d9aaa3324852296 to your computer and use it in GitHub Desktop.
-- initial state of ContactInfo --
actor: root - Joubin - address: 321 Infinity Unloop - email: [email protected]
-- run the parallel tasks --
-- merge beings --
actor: actor-1 - Joubin - address: 321 Infinity Unloop - email: [email protected]
actor: actor-2 - Joubin - address: 123 Main Street - email: [email protected]
-- merge end --
actor: root - Joubin - address: 123 Main Street - email: [email protected]
-- go back in time --
actor: root - Joubin - address: 321 Infinity Unloop - email: [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment