Exemple #1
0
 public Promise()
 {
     onResolve = new AhoyEvent();
     onReject  = new AhoyEvent <Exception>();
 }