The implementation of `SubscribeIterator` will act...
# coroutines
e
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)