-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make
Subscriber
interface's _next/error/complete algorithm_ non-nul…
…lable Now, we use `Subscriber.active` to know the `Subscriber` never calls any of the callbacks it owns after it has been closed. So we don't have to use the way to check whether their algorithms are null or not to know `Subscriber` is still active or not.
- Loading branch information
1 parent
21284b6
commit 9f8040d
Showing
1 changed file
with
6 additions
and
16 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