#rxcpp search results

Reactive programming: "Learning it is hard, even harder by the lack of good material" gist.github.com/staltz/868e7e9… #rxcpp #cpp

jgsogo's tweet image. Reactive programming: "Learning it is hard, even harder by the lack of good material" gist.github.com/staltz/868e7e9… #rxcpp #cpp

Super fancy reactive Syntax in C++ with #RxCpp, love my coworker's experiments ( @twrene )

kairollmann's tweet image. Super fancy reactive Syntax in C++ with #RxCpp, love my coworker's experiments ( @twrene )

@kirkshoop feeling like a newbie with #RxCpp: With operator window do we need as_blocking() in the inner subscription or is there some magic going on?

MarkusWerle's tweet image. @kirkshoop feeling like a newbie with #RxCpp: With operator window do we need as_blocking() in the inner subscription or is there some magic going on?

@CppCon early in atanasoff watching twitter #cplusplus #rxcpp


Blogged: Using AzureML for Sentiment Analysis of Tweets #cpp #cplusplus #rxcpp #rangev3 kirkshoop.github.io/2017/01/13/usi…


The Reactive Extensions Team now has its own Twitter Feed cc @headinthebox @RxJava More to come soon! #RxNET #RxJS #RxCPP


@kirkshoop Are there #rxcpp wrappers available for github.com/Microsoft/cppr… (or for the pplx::task used therein)?


#RxCpp、やっぱり簡潔に書けないかー(笑)この手のは言語側に簡潔に書ける仕掛けが入ってないと見た目はつらいなあ… ➤ j.mp/1eIt2jA


I ended up watching a talk from #CppCon 2016: @kirkshoop about Async algorithms for values distributed in time youtu.be/FcQURwM806o #rxcpp


Curious on how Rx is used in Cortana? Bart de Smet of the Cortana team discusses from TechDays 2014 channel9.msdn.com/events/TechDay… #RxNet #RxCPP


So quick-to-click my mouse is smoking. Thanks, @cppcast: I love #RxCpp and I'm a huge admirer of @kirkshoop and his work in general. #cpp #cplusplus (3rd retweet due to spelling mistakes!)

Episode 189 is live! @kirkshoop joins us to talk about RxCpp and Executors! Listen Now! #cplusplus @ReactiveX cppcast.com/2019/03/kirk-s…

cppcast's tweet image. Episode 189 is live! @kirkshoop joins us to talk about RxCpp and Executors! Listen Now! #cplusplus @ReactiveX cppcast.com/2019/03/kirk-s…


It seems to me #rxcpp is dead, can you confirm @kirkshoop? We want to use it in a productive environment, but are really hesitant to use a library that's not actively developed anymore #react #reactive #cpp


#rxcpp provides algorithms in the async domain that can and should be reused rather than rebuilt using raw callbacks and state #frp


If you belong to the chosen few who use #RxCpp here is some advice for free: Don’t use rxcpp::operators::sample_with_time. Or don’t use ThreadSanitizers, but that is bad advice. Repro and bug report take some time. Please stay patient.


I ended up watching a talk from #CppCon 2016: @kirkshoop about Async algorithms for values distributed in time youtu.be/FcQURwM806o #rxcpp


Reactive programming: "Learning it is hard, even harder by the lack of good material" gist.github.com/staltz/868e7e9… #rxcpp #cpp

jgsogo's tweet image. Reactive programming: "Learning it is hard, even harder by the lack of good material" gist.github.com/staltz/868e7e9… #rxcpp #cpp

Giovanni, our intern who is working on observable ML models using #rxcpp, wrote a great blog post about the first part of the project, blog.detoni.me/2019/04/04/Obs…


How many here care about msvc 2013 support in #rxcpp? upgrading to #catch2 as part of the pr to add a no-exceptions mode to #rxcpp has broken the CI builds on 2013. I would like to drop the VS 2013 builds on #appveyor.


@kirkshoop feeling like a newbie with #RxCpp: With operator window do we need as_blocking() in the inner subscription or is there some magic going on?

MarkusWerle's tweet image. @kirkshoop feeling like a newbie with #RxCpp: With operator window do we need as_blocking() in the inner subscription or is there some magic going on?

#pushmi now has Many and FlowMany, which means that the #rxcpp operators can be built in pushmi! array<int, 5> v{0, 1, 2, 3, 4}; op::from(v) | op::submit([](int){}); op::flow_from(v) | op::for_each([](int){}); godbolt.org/g/xM7oKy


For those that want #rxcpp in std:: the first step has begun. The root of the concept hierarchy is being defined by future and executor proposals.

I am working on that with @ericniebler now! PRs and feedback welcome. See github.com/facebookresear…



It is the foundation of algorithm libraries like #range-v3 and #rxcpp


Long live #rxcpp! I am actively talking with multiple people using rxcpp. My time has been limited by some family obligations over the past year, but I do support rxcpp. There are others that chime in on questions as well and I love contributions of all kinds!


It seems to me #rxcpp is dead, can you confirm @kirkshoop? We want to use it in a productive environment, but are really hesitant to use a library that's not actively developed anymore #react #reactive #cpp


Almost never use bare threads since using #rxcpp


You may want to add #rxcpp and @noesisengine to your list :)


@CppCon early in atanasoff watching twitter #cplusplus #rxcpp


The main reason I am using #rxcpp to do async things... thx to @kirkshoop


@kirkshoop Are there #rxcpp wrappers available for github.com/Microsoft/cppr… (or for the pplx::task used therein)?


Me too - which is why #rxcpp supports . and | to chain alg. Trade off is to edit class to add a new . alg and alg/class have circular dep.


My second #cppnow lightning talk wrapping the networking TS in #rxcpp #cplusplus youtu.be/3p5w4un9YAI


Sumant showing off #rxcpp at @cppcon!

kirkshoop's tweet image. Sumant showing off #rxcpp at @cppcon!

Super fancy reactive Syntax in C++ with #RxCpp, love my coworker's experiments ( @twrene )

kairollmann's tweet image. Super fancy reactive Syntax in C++ with #RxCpp, love my coworker&apos;s experiments ( @twrene )

Reactive programming: "Learning it is hard, even harder by the lack of good material" gist.github.com/staltz/868e7e9… #rxcpp #cpp

jgsogo's tweet image. Reactive programming: &quot;Learning it is hard, even harder by the lack of good material&quot; gist.github.com/staltz/868e7e9… #rxcpp #cpp

@kirkshoop feeling like a newbie with #RxCpp: With operator window do we need as_blocking() in the inner subscription or is there some magic going on?

MarkusWerle's tweet image. @kirkshoop feeling like a newbie with #RxCpp: With operator window do we need as_blocking() in the inner subscription or is there some magic going on?

#rxcpp now uses @appveyor for windows CI!

kirkshoop's tweet image. #rxcpp now uses @appveyor for windows CI!

Blogged - Parsing json from a stream. #cplusplus #rxcpp #cpp kirkshoop.github.io/2016/12/05/par…


Blogged - Flux Architecture in rxcpp #cplusplus #rxcpp #cpp kirkshoop.github.io/2016/12/06/flu…


Blogged - calling the twitter stream api #cplusplus #rxcpp kirkshoop.github.io/2016/12/05/cal…


Blogged: Using AzureML for Sentiment Analysis of Tweets #cpp #cplusplus #rxcpp #rangev3 kirkshoop.github.io/2017/01/13/usi…


implementing @twitterapi stream error handling in #rxcpp. Next, add back-off. #cplusplus github.com/kirkshoop/twit…

kirkshoop's tweet image. implementing @twitterapi stream error handling in #rxcpp. Next, add back-off. #cplusplus github.com/kirkshoop/twit…
kirkshoop's tweet image. implementing @twitterapi stream error handling in #rxcpp. Next, add back-off. #cplusplus github.com/kirkshoop/twit…

Loading...

Something went wrong.


Something went wrong.


United States Trends