paldepind / flyd

The minimalistic but powerful, modular, functional reactive programming library in JavaScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is flyd hot or cold observer?

puppetmaster3 opened this issue · comments

For example, in most.js you have to add 'multicast' keyword to be hot and kefir js and xstream is hot.

(hot means multiple listeners all get the latest value. most js if fast due to cold default).

?

It's hot and multicast 🔥