This repository has been archived by the owner on Dec 18, 2019. It is now read-only.
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.