Closed
Description
I'd love some clarification on this issue. Given say this observable:
Observable.range(1,1000).observeOn(Schedulers.computation).take(500);
why is the count in OperatorTake not protected from access from multiple threads with the keyword volatile (or using an AtomicInteger)?
Metadata
Metadata
Assignees
Labels
No labels