Interface | Description |
---|---|
IOperationQueue |
Provides a way to execute a set of
IOperation s in a specific way.Clients can register any number of IOperationDelegate s to get
notifications of the execution of each IOperation . |
IOperationQueueDelegate |
An
IOperationQueueDelegate is used as a delegate for
BasicOperationQueue 's. |
Class | Description |
---|---|
BasicOperationQueue |
This
IOperationQueue offers a basic way to execute a bunch of
IOperation s. |