API 0.9.5
Foundation/CPOperationQueue.h
Go to the documentation of this file.
00001 
00002 @interface CPOperationQueue : CPObject
00003 {
00004     CPArray _operations;
00005     BOOL _suspended;
00006     CPString _name // @accessors(property=name);
00007     CPTimer _timer;
00008 }
00009 @end
 All Classes Files Functions Variables Defines