artifacts / AFCache

AFCache is an HTTP cache for iOS and OSX seeking towards full RFC2616 compliance
Apache License 2.0
361 stars 43 forks source link

Mark operation as finished and non executing when it gets cancelled #36

Closed mark0815 closed 9 years ago

mark0815 commented 9 years ago

According to the Apple docs an operation must be marked as finished and non executing when cancelled.

"Specifically, you must change the value returned by finished to YES and the value returned by executing to NO." (https://developer.apple.com/library/mac/documentation/Cocoa/Reference/NSOperation_class/index.html#//apple_ref/doc/uid/TP40004591-RH2-SW18)