You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** Cancel the job. @discussion If you want a `COPromise` be cancellable, you must make the job cancel in `onCancel:`.*/
- (void)cancel;
/** Set the onCancelBlock. @param onCancelBlock will execute on the promise cancelled.*/
- (void)onCancel:(COPromiseOnCancelBlock _Nullable )onCancelBlock;
目前,如下两种方式,均没有效果: cancle 并没被调用,没有日志输出。
The text was updated successfully, but these errors were encountered:
如题,协程的取消Cancle需要怎么使用,目前调用没有效果?
目前,如下两种方式,均没有效果: cancle 并没被调用,没有日志输出。
The text was updated successfully, but these errors were encountered: