Skip to content

Instantly share code, notes, and snippets.

View magoo-magoo's full-sized avatar
馃
B么 g贸s

Ma毛l Gouacide magoo-magoo

馃
B么 g贸s
View GitHub Profile
using System;
using System.Threading;
using System.Threading.Tasks;
namespace ThreadAsyncTest
{
class Program
{
static async Task DoSomething(int taskId)
{