jdonaldson / promhx

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

Added Promise.error() and EmptyPromise convenience method/typedef #78

Open hexonaut opened 8 years ago

hexonaut commented 8 years ago

Promise.error() is nice to have, and EmptyPromise is a good indicator that the result is not relevant. As opposed to returning Promise which is ambiguous.