-
-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(all): subscribe methods now return subscription object with disp…
…ose method BREAKING CHANGE - Fixes #10 Subscribe methods now return a Subscription object which as a dispose method on it for unsubscribing. This matches the pattern we are using in the new public binding api and we will use this for any/all consumer facing eventing apis going forward. This also matches the Rx pattern.
- Loading branch information
1 parent
182eb86
commit 862cb83
Showing
2 changed files
with
106 additions
and
119 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
Oops, something went wrong.