Skip to content

Instantly share code, notes, and snippets.

View xplatsolutions's full-sized avatar
🎯
Focusing

geohash xplatsolutions

🎯
Focusing
View GitHub Profile
@xplatsolutions
xplatsolutions / AsyncHelper.cs
Created September 19, 2016 12:28 — forked from ChrisMcKee/AsyncHelper.cs
AsyncHelpers to simplify calling of Async/Task methods from synchronous context.
namespace My.Common
{
using System;
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
public static class AsyncHelpers
{
/// <summary>