Nimbus
0.9.3 - Nimbus is proudly hosted on Github
An iOS framework whose growth is bounded by O(documentation).
|
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.
Classes | |
class | NIOperation |
A base implementation of an NSOperation that supports traditional delegation and blocks. More... | |
class | NINetworkRequestOperation |
An operation that makes a network request. More... | |
protocol | <NIOperationDelegate> |
The delegate protocol for an NIOperation. More... |