The iOS framework that grows only as fast as its documentation
Operations

Classes

class  NIOperation
 A base implementation of an NSOperation that supports traditional delegation and blocks. More...
 
protocol  <NIOperationDelegate>
 The delegate protocol for an NIOperation. More...
 

Overview

For writing code that runs concurrently.

This collection of NSOperation implementations is meant to provide a set of common operations that might be used in an application to offload complex processing to a separate thread.