Skip to content

Instantly share code, notes, and snippets.

View psulek's full-sized avatar

Peter Šulek psulek

View GitHub Profile
using System;
using System.Reactive.Linq;
using System.Threading;
/// <summary>
/// Helper methods for using observable <see cref="IProgress{T}"/> implementations. These are hot observables.
/// </summary>
public static class ObservableProgress
{
/// <summary>