-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #179 Nested stream atomic updates
We were tracking flushing using one variable while there were in fact two types of flushing. This commit remedies that And furthermore adds a check for function streams whether their listeners need updating at the end of updateStream This also has some general code quality improvements including variable name changes
- Loading branch information
Einar Norðfjörð
committed
Jun 27, 2018
1 parent
190d68a
commit 24f0026
Showing
3 changed files
with
51 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters