Join Slack
Powered by
The implementation of `SubscribeIterator` will act...
# coroutines
e
elizarov
12/20/2016, 10:23 AM
The implementation of
SubscribeIterator
will actually invoke
Observable.subscribe
, pass itself to receive the values, will store the resulting
Subscription
reference (so that its
unsubsribe
can be invoked when it is no longer needed)
Open in Slack
Previous
Next