jdonaldson / promhx

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

api documentation? #64

Closed raould closed 9 years ago

raould commented 9 years ago

hi, is there fullish/completeish api documentation for promhx? Like, random example, I'm trying to see if there's anything like Bacon.js's interval() signal. Thanks.

raould commented 9 years ago

ok, for anybody else with similar questions, it looks like we're supposed to take advantage of the EventLoop? (still would be great if there were realish docs ;-)

jdonaldson commented 9 years ago

Yep, EventLoop is what you want, and yes, I totally didn't write any useful documentation for that, my bad.

I just wrote up a small example of how to manually specify a nextLoop method there in the Event Loop section of the readme.