A Class which creates a map of Observable and reduces their emissions into a single boolean
 
Go to file
David Kebler a5dd490ecd bump version to 0.3.0 in anticipation of use in 3-2020 light deployment
working without bugs
2020-03-15 14:57:02 -07:00
examples 0.1.7 2020-01-18 22:06:02 -08:00
src bump version to 0.3.0 in anticipation of use in 3-2020 light deployment 2020-03-15 14:57:02 -07:00
test 0.1.5 2020-01-14 13:26:56 -08:00
.eslintrc.js 0.1.1 2020-01-01 18:36:48 -08:00
.gitignore 0.1.1 2020-01-01 18:36:48 -08:00
.npmignore 0.1.10 add makeCombination, fix bug in makeObserver, refactor failed, add sending boolean event as array where first element is ready value to check 2020-02-10 21:43:01 -08:00
package.json bump version to 0.3.0 in anticipation of use in 3-2020 light deployment 2020-03-15 14:57:02 -07:00
readme.md 0.1.1 2020-01-01 18:36:48 -08:00

readme.md

uCOMmandIt Ready Class

Watches a list of events and/or promises that resolve to a boolean. When all a met it emits true otherwise at each event it emits false