summaryrefslogtreecommitdiff
path: root/Rx/v2/src/rxcpp/schedulers
AgeCommit message (Expand)Author
2018-10-28fixes for replay and moved-from container not being emptyKirk Shoop
2018-10-27Add support for compiling rxcpp with -fno-exceptions (#456)iam
2017-09-01shutdown event loop threads (#394)Kirk Shoop
2017-04-09fixed https://github.com/Reactive-Extensions/RxCpp/issues/366Anatoly Shirokov
2017-01-26Add callback for when a task is added to a run-loop schedule (#337)Stuart Dootson
2017-01-09exposed to_time_point on the test schedulerGrigoriy Chudnov
2016-10-25decouple reduceKirk Shoop
2015-07-23Update rx-test.hppMatt
2015-07-23Update rx-eventloop.hppMatt
2015-07-21Fix event_loop creating N-1 threadsStefan Fisk
2015-06-23add run-loop schedulerKirk Shoop
2015-06-18fixes worker leaks (#101 & #132)Kirk Shoop
2015-05-17expose advance and sleep methodsKirk Shoop
2015-05-17fix bug reported in test schedulerKirk Shoop
2015-04-21Fixing compilation error "class has virtual functions and accessible non-virt...Shiva Shankar P
2015-04-16Implement thread local storage for iOSValery Kopylov
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
2015-02-24vs2015 warns of name hidingKirk Shoop
2015-02-17Use type aliases or: How I learned to love the closing chevronBenPope
2014-11-10#39 - race on function static causes AVKirk Shoop
2014-10-02increases warning level, fixes warningsKirk Shoop
2014-08-28update tests to use on.next instead of on.on_nextKirk Shoop
2014-07-07add some movesKirk Shoop
2014-07-07more work on coordinationKirk Shoop
2014-06-24GCC forbids "__thread" before "static".Valeriy Kopylov
2014-06-13introducing initializer_listKirk Shoop
2014-06-11fix name hiding warningsKirk Shoop (MS OPEN TECH)
2014-06-09remove regulator, add coordinationKirk Shoop
2014-06-07perf improvementsKirk Shoop
2014-06-01add deferKirk Shoop
2014-05-28lifetime and thread fixesKirk Shoop
2014-05-20add synchronize subject and fix lifetime issuesKirk Shoop
2014-05-04use static schedulersKirk Shoop
2014-05-04add event_loop schedulerKirk Shoop
2014-05-03add new_thread schedulerKirk Shoop
2014-05-01adding immediate schedulerKirk Shoop
2014-05-01fix virtual_time and test schedulerKirk Shoop
2014-05-01initial shift to scheduler + workerKirk Shoop
2014-05-01action_queue and virtual_time scheduling order fixTobias Furuholm
2014-04-28check subscription before calling actionKirk Shoop
2014-03-29add some comments and remove redundant paramKirk Shoop (MS Open Tech)
2014-03-23fix test scheduler - tests pass againKirk Shoop
2014-03-23add some comments an clean up test structureKirk Shoop
2014-03-23restructuring tail-recursion to make range and for-loop perf similar when no ...Kirk Shoop
2014-03-22compiles on clang at least.Kirk Shoop
2014-03-20remove subscription from observerKirk Shoop
2014-03-19switch subscribe from observer to subscriberKirk Shoop
2014-03-02prep version 2 for releaseKirk Shoop (MS Open Tech)