-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged prepareReplayedPromiseCombinator with createPromiseCombinator.…
… Now on `then` we either replay deterministically, or wire up the proxy promises with listeners to record the order. We need this change because we cannot establish before the await point whether we're in processing mode or not. The construction of the promise combinator might happen before it's awaited, and its await might be interleaved with other entry writes.
- Loading branch information
1 parent
b14b6f5
commit 36752ff
Showing
3 changed files
with
108 additions
and
114 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