Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.

Microtask scheduler for reducers

Latest
Compare
Choose a tag to compare
@staltz staltz released this 12 Jun 09:43
· 3 commits to master since this release
c23fc3c

Reducers used to be applied synchronously, now they are applied at the end of the current event loop using the microtask scheduler. See issue #61 for more context.

Also fixed pickMerge to ignore undefined sink streams, and fixed pickCombine to refuse (by throwing an error) undefined sink streams. See issues #58 and #64.