Example #1
0
 public void OnCompleted(Action continuation)
 {
     _target.ContinueWith(continuation);
 }