File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
pkgs/cupertino_http/darwin/cupertino_http/Sources/cupertino_http Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 77#error "This file must be compiled with ARC enabled"
88#endif
99
10- typedef void (^_DidFinish)(void *, NSURLSession *session,
10+ typedef void (^_DidFinish)(void *closure , NSURLSession *session,
1111 NSURLSessionDownloadTask *downloadTask,
1212 NSURL *location);
1313typedef void (^_DidFinishWithLock)(NSCondition *lock, NSURLSession *session,
Original file line number Diff line number Diff line change 11#import " utils.h"
22
33_DidFinish adaptFinishWithLock (_DidFinishWithLock block) {
4- return ^void (void *, NSURLSession *session,
4+ return ^void (void *closure , NSURLSession *session,
55 NSURLSessionDownloadTask *downloadTask, NSURL *location) {
66 NSCondition *lock = [[NSCondition alloc ] init ];
77 [lock lock ];
You can’t perform that action at this time.
0 commit comments