jdonaldson / promhx

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

EventTools.eventStream return type should be Stream? #59

Closed giabao closed 9 years ago

giabao commented 9 years ago

EventTools.eventStream return def.promise(); should be return def.stream();?

jdonaldson commented 9 years ago

Fixed... I'll wait to update haxelib, there's some other pending changes there.