The GDBaseOperation is a base NSOperation that sets up some common properties for children operations. More...
#import <GDBaseOperation.h>
Protected Attributes | |
| BOOL | done |
| Whether or not this operation is done. | |
| BOOL | canceled |
| Whether or not this operation is canceled. | |
Properties | |
| GDCallback * | callback |
| An optional callback object you can use at any time. | |
The GDBaseOperation is a base NSOperation that sets up some common properties for children operations.
WARNING NSOperation and NSOperationQueue behave differently between 10.5 and 10.6. If you're creating concurency with those classes in an app that will run on both 10.5 and 10.6, you definitely need to thoroughly test your code.