Skip to content

Instantly share code, notes, and snippets.

View wgv-zbonham's full-sized avatar

Zach Bonham wgv-zbonham

  • WatchGuard Video
  • Allen, TX
View GitHub Profile
@cuppster
cuppster / 1.cs
Created September 3, 2012 18:39
Promises for C# using Generics
/*
modified from original source: https://bitbucket.org/mattkotsenas/c-promises/overview
*/
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Promises