Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Reactive Extensions on mono?

this year old question found some issues -

Is the Reactive Framework (RX) available for use in Mono yet?

Does anyone have current experiences with Rx ?

like image 487
Kumar Avatar asked Mar 02 '11 17:03

Kumar


1 Answers

Yes, Rx works on Mono great, I have a version of ReactiveUI running on an iPhone and it works quite well. You can find binaries for Rx for Android and iOS here.

One thing that is important is that you use the very latest version of Xamarin Studio (i.e. the "Alpha Channel" updates), especially on iOS because of the Generics AOT fixes.

like image 95
Ana Betts Avatar answered Oct 11 '22 15:10

Ana Betts