Home New Trending Search
About Privacy Terms
#
#rxnet
Posts tagged #rxnet on Bluesky
Post image

Loving Rx.​NET interoperability with Tasks.

Below, I could turn each event subject into a Task and used Task.WhenAny instead of Merge (I still prefer the latter).

In other cases I do filtering, throttling, debouncing on a merged stream of events.

#rxnet #dotnet #reactivex

0 0 0 0

Got some answers, folks who like #reactivex puzzles might be interested:

stackoverflow.com/questions/74001491/how-c...

#dotnet #rxnet twitter.com/noseratio/status/1578368...

0 0 0 0
Post image

#rxnet #dotnet #reactivex
I need to cancel a debounced event A if a different event B occurs. E.g., ignore a pressed keyboard key if a mouse button was clicked.

I can do that with Select/Switch/TakeUntil. Is there a better / standard approach for this (I say) quite common case?

0 0 0 1
In Rx.NET, how do I make a Subject to resemble TaskComple... In Rx.NET, how do I make a Subject to resemble TaskComple...

https://stackoverflow.com/q/72558093/1768303
#dotnet #reactivex #rxnet #csharp

0 0 0 0

Surprised #rxnet doesn't seem to have a Subject for a one-off cached event, resembling TaskCompletionSource.TrySetResult.

Neither AsyncSubject nor ReplaySubject(bufferSize: 1) does that.

0 0 1 0

As to dealing with exceptions from IObserver's OnNext/OnError/OnCompleted (and other notification-style callbacks).

I settled on extension method wrappers, which re-throw unhandled exceptions asynchronously using the same semantic as `async void`.

#dotnet #reactivex #rxnet...

0 0 1 0

#reactivex #rxnet

0 0 0 0

#dotnet #csharp #rxnet #reactivex #async twitter.com/noseratio/status/1534337...

0 0 0 0
Post image Post image

#TIL, there's an important difference in #RxNET between Throttle(timeSpan, scheduler) and Throttle(timeSpan).ObserveOn(scheduler).

Below, only Y will be observed with the former, but both X and Y with the latter. Rx is fun! https://stackoverflow.com/a/69877166/1768303

#dotnet...

0 0 1 0

This is the longest, coolest MSDN blog post I have seen in a while - http://bit.ly/zW2uSK #RxNET @mattpodwysocki

0 0 0 0
MVVM and Reactive Models (Using Reactive Extension Rx.Net) In this post we will be discussing the possible usage of ...

RT @jeremylikness: #MVVM and Reactive Models (using #rxnet) http://bit.ly/e25uFC

0 0 0 0

...and then the #RxNET / #MEF sample shows up with the pony keg and hot chicks - http://www.codeproject.com/KB/miscctrl/RxDemos.aspx @gblock @jmorrill

0 0 0 0

Hmm... could I get #RxNET running in #Unity3d. And could I do anything with it? @higgyb @mattpodwysocki

0 0 0 0
Windows previous versions documentation Find links to Help for older versions of the Windows prod...

RT @jimwooley: @dahlbyk The #WP7Dev bits support #RxNET out of the box. See msdn.microsoft.com/en-us/library/ff431792(v...

0 0 0 0