-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue 443: Add typed sink allowing sinks to be reused across render p…
…asses. When the UI does not update synchronously from a render pass, it may send actions to the previous sink. If the same type of sink was declared on the subsequent render pass, proxy the action to the new event pipe. Fixes #443
- Loading branch information
Dave Apgar
committed
Jul 23, 2019
1 parent
b7f9d09
commit e52ee29
Showing
3 changed files
with
455 additions
and
21 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
Oops, something went wrong.