Skip to content

Instantly share code, notes, and snippets.

View jareguo's full-sized avatar
:octocat:

Jare Guo jareguo

:octocat:
View GitHub Profile
@jareguo
jareguo / Promise.cs
Last active August 29, 2015 13:57 — forked from cuppster/1.cs
/*
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