Skip to content

Instantly share code, notes, and snippets.

@jeffrymorris
Created December 4, 2020 05:41
Show Gist options
  • Save jeffrymorris/78ca5a00ef49463ebf0c417043cf6ad7 to your computer and use it in GitHub Desktop.
Save jeffrymorris/78ca5a00ef49463ebf0c417043cf6ad7 to your computer and use it in GitHub Desktop.
couchbase-txn-reads
var monster = await ctx.GetAsync(_gameSim, monsterId).ConfigureAwait(false);
var player = await ctx.GetAsync(_gameSim, playerId).ConfigureAwait(false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment