Closed amuttsch closed 6 years ago
Note that this method is correct, if a client (outside package cell) calls it. (Inside package cell, one could add callbacks via onnext and oncomplete that would incorrectly be taken into counted.)
cell
onnext
oncomplete
Merged as a rebased version in #128. Therefore, closing this one.
Note that this method is correct, if a client (outside package
cell
) calls it. (Inside packagecell
, one could add callbacks viaonnext
andoncomplete
that would incorrectly be taken into counted.)