promises-aplus / promises-spec

An open standard for sound, interoperable JavaScript promises—by implementers, for implementers.
https://promisesaplus.com/
Creative Commons Zero v1.0 Universal
1.84k stars 164 forks source link

Added a C# promises implementation to the list of implementations in other languages. #186

Closed ashleydavis closed 9 years ago

ashleydavis commented 9 years ago

My company has built a promises implementation and I'd like to have it added to the list of implementations in other languages.

briancavalier commented 9 years ago

Pretty cool, @ashleydavis. LGTM. Any concerns, @domenic?

domenic commented 9 years ago

Awesome stuff! One nitpick on the commit but happy to have this.

briancavalier commented 9 years ago

Sorry for the delay, @ashleydavis. Merged via 67707dcf3d43ba7be56af1670f80cc49bbad69b1

ashleydavis commented 9 years ago

@briancavalier Thank you!