Track current thread in downloader operation

This commit is contained in:
Erik Charlebois 2013-12-16 14:41:35 -05:00
parent 7ace0684f2
commit f8d26f5172
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@
self.executing = YES;
self.connection = [NSURLConnection.alloc initWithRequest:self.request delegate:self startImmediately:NO];
self.thread = [NSThread currentThread];
}
[self.connection start];