Skip to content

Instantly share code, notes, and snippets.

@LoriBru
Created January 9, 2019 15:45
Show Gist options
  • Select an option

  • Save LoriBru/0b02c3ca02f07b1a6ab1aaa40544e3a5 to your computer and use it in GitHub Desktop.

Select an option

Save LoriBru/0b02c3ca02f07b1a6ab1aaa40544e3a5 to your computer and use it in GitHub Desktop.
Run a method within a task.
var task = Task.Run(() => LongMethodAsync());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment