예제 #1
0
 public void OnCompleted(Action continuation)
 {
     cont = continuation;
     subscription.Disposable = future.SubscribeSafe(this);
 }