Example #1
0
 public static IObservable <Unit> ToObservable(this CancellationToken ct)
 {
     return(ct.ToObservable(Scheduler.Default));
 }