IntroToRx icon indicating copy to clipboard operation
IntroToRx copied to clipboard

Content and build for "Introduction to Rx" digital book

Results 35 IntroToRx issues
Sort by recently updated
recently updated
newest added

I've recently spent some time designing some minimal changes to this book, so that it is updated to newer versions of Rx. I understand that this has been a personal...

I could not find a license file. Could you please provide one on the top level? I am asking because I am trying to document some portions of [RxCpp](https://github.com/daixtrose/RxCpp/blob/master/DeveloperManual.md) and...

There are some gotchas when using the DispatcherScheduler Ones that come to mind include, - accessing it from the wrong thread (creates a dispatcher for that thread!) - Start up...

Add content on Scheduled Exceptions. This may include but not be limited to the Catch extension method to IScheduler interface.

To keep the content of IntroToRx - to the point - covering the API - Generic Remove the sample code of reading from the FileSystem as an Observable sequence. Move...

Potentially add to a section on hidden gotchas? -or- what is bad about Rx?

need reason why we care. Create a proposition and support it. --> - Number of requests while database is down - When person loggedin to a chat, get their tweets...

Add section on currency myths to DispellingMyths

To add to Dispelling myths - Event handles - IDispose pattern - Finalise is just as good as Dispose - GC is free - Setting to NULL is the same...