jdonaldson / promhx

A promise and functional reactive programming library for Haxe
MIT License
145 stars 24 forks source link

Thenable interface to reflect AsyncBase #45

Closed modjke closed 9 years ago

modjke commented 9 years ago

In my project i used Thenable as a read only interface and this was a problem. Great lib, keep it up!

jdonaldson commented 9 years ago

Thanks for this. If you have code specific to your project that you would like me to add to unit tests, feel free to send it my way and I'll add it. It doesn't need to be functional or even complete. I'll sort it out for all of the clients and targets.

modjke commented 9 years ago

Sure, i'll look into that