Created
May 11, 2014 22:51
-
-
Save alphazero/aec20d9aaa3324852296 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- 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