ReactiveX / RxCpp

Reactive Extensions for C++
Apache License 2.0
3.05k stars 395 forks source link

fix blocking_observable::subscribe #453

Closed kirkshoop closed 6 years ago

kirkshoop commented 6 years ago

removes spinning from blocking submit. ran all perf tests on osx without issue.

should fix #430 and help with #451