예제 #1
0
 public IPromise Always(Action action)
 {
     globalPromise.Always(() => action());
     return(globalPromise);
 }