summaryrefslogtreecommitdiff
path: root/Rx/v2/src/rxcpp/schedulers/rx-newthread.hpp
AgeCommit message (Expand)Author
2022-09-01Remove RxCpp, which is no longer used.HEADmastermainElliott Hughes
2019-11-11schedulers: Fix std::thread clean-up race in newthreadIgor Murashkin
2018-10-28fixes for replay and moved-from container not being emptyKirk Shoop
2017-09-01shutdown event loop threads (#394)Kirk Shoop
2016-10-25decouple reduceKirk Shoop
2015-06-18fixes worker leaks (#101 & #132)Kirk Shoop
2015-04-11Change the way statics work to avoid namespace detail {ben
2015-04-11Prefer std::make_shared<T> to using std::shared_ptr(new T())ben
2014-11-10#39 - race on function static causes AVKirk Shoop
2014-06-07perf improvementsKirk Shoop
2014-05-28lifetime and thread fixesKirk Shoop
2014-05-04use static schedulersKirk Shoop
2014-05-03add new_thread schedulerKirk Shoop