Example #1
0
 public Promise(bool isAsync, PromiseNative.QiFutureCancel cancelCallback, IntPtr userData)
 {
     this._handle = PromiseNative.qi_promise_cancelable_create(Convert.ToInt32(isAsync), cancelCallback, userData);
 }