Skip to content

Instantly share code, notes, and snippets.

@xrisdoc
Created November 19, 2020 10:44
Show Gist options
  • Save xrisdoc/cf7c5a7d8ae79f7e7ccf2fa5cae5befb to your computer and use it in GitHub Desktop.
Save xrisdoc/cf7c5a7d8ae79f7e7ccf2fa5cae5befb to your computer and use it in GitHub Desktop.
protected async Task DoSomething()
await Task.Run(() =>
{
Console.WriteLine("Hello World!");
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment