|
Version: 1.1 Posted: 2007-06-11 Build Requirements: Xcode 3.0 Runtime Requirements: Mac OS X 10.5 Download Sample (NSOperationSample.zip, 70.0K) |
||||||
Description"NSOperationSample" is a Cocoa application that demonstrates how to use NSOperation and NSOperationQueue classes. It encapsulates specific tasks like searching the file system for certain image files. One NSOperation is created for recursively searching a given directory, other NSOperation instances are then created for each image file found. It uses NSOperationQueue to manage these operations so users can stop the search and give the primary search operation more time to execute. Document Revision History
|
|