ReactiveX / RxCpp

Reactive Extensions for C++
Apache License 2.0
3.03k stars 390 forks source link

rxcpp: Fix data race in composite_subscription #481

Closed iam closed 5 years ago

iam commented 5 years ago

composite_subscription_inner had missing checks which could lead to add/remove/clear racing against unsubscribe.

(See the issue for more details).

Fixes: #475

kirkshoop commented 5 years ago

This looks great! I love the comments!

kirkshoop commented 5 years ago

Looks great!