fsprojects / FSharp.Control.Reactive

Extensions and wrappers for using Reactive Extensions (Rx) with F#.
http://fsprojects.github.io/FSharp.Control.Reactive
Other
284 stars 58 forks source link

Add subscribeOn for IScheduler #62 #63

Closed TheAngryByrd closed 9 years ago

TheAngryByrd commented 9 years ago

Adds the missing overload for subscribeOn using the IScheduler. Breaks existing subscribeOn using the SynchronizationContext #62

TheAngryByrd commented 9 years ago

Just realized this failed the build. Surprised i didn't get a notification =\

Looks like paket failed talking to nuget?

Paket failed with:

The requested feature is not implemented.

StackTrace:

    at Paket.NuGetV2.fixDatesInArchive (System.String fileName) [0x00000] in <filename unknown>:0 

  at Paket.NuGetV2+ExtractPackage@349.Invoke (Microsoft.FSharp.Core.Unit unitVar) [0x00000] in <filename unknown>:0 

  at Microsoft.FSharp.Control.AsyncBuilderImpl+callA@803[System.String,Microsoft.FSharp.Core.Unit].Invoke (Microsoft.FSharp.Control.AsyncParams`1 args) [0x00000] in <filename unknown>:0 

Anyway to just get it to try again?

panesofglass commented 9 years ago

Merged via rebase.