Count the number of items emitted by the source Observable and emit only this value.
observable := rxgo.Just(1, 2, 3)().Count()
Output:
3
Count the number of items emitted by the source Observable and emit only this value.
observable := rxgo.Just(1, 2, 3)().Count()
Output:
3