Skip to content

Instantly share code, notes, and snippets.

@tomliversidge
Created June 24, 2017 13:30
Show Gist options
  • Save tomliversidge/ad609463a7d64a3ec0cfbf3e087ef39f to your computer and use it in GitHub Desktop.
Save tomliversidge/ad609463a7d64a3ec0cfbf3e087ef39f to your computer and use it in GitHub Desktop.
Saga 2.7
case OK _:
_behavior.Become(AwaitingCreditConfirmation);
context.SpawnNamed(TryCredit(_to, +_amount), "CreditAttempt");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment