API  1.0.0
CPOperationQueue.h
Go to the documentation of this file.
1 
3 {
4  CPArray _operations;
5  BOOL _suspended;
6  CPString _name // @accessors(property=name);
7  CPTimer _timer;
8 }
9 @end
An immutable string (collection of characters).
Definition: CPString.h:2
A timer object that can send a message after the given time interval.
Definition: CPTimer.h:2
Represents an operation queue that can run CPOperations.