Example #1
0
 public Promise(bool isAsync)
 {
     this._handle = PromiseNative.qi_promise_create(Convert.ToInt32(isAsync));
 }