DeferredKit

Open source asynchronous programming made ridiculously easy for Cocoa and Cocoa Touch
Download

DeferredKit Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT License
  • Price:
  • FREE
  • Publisher Name:
  • Samuel Sutch
  • Publisher web site:
  • http://samuraiblog.com/
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 50 KB

DeferredKit Tags


DeferredKit Description

Open source asynchronous programming made ridiculously easy for Cocoa and Cocoa Touch DeferredKit is an open source asynchronous Cocoa library built around the idea of a Deferred Object - that is, "an object created to encapsulate a sequence of callbacks in response to an object that may not yet be available." Besides the core class, DKDeferred, much other functionality is included in this project, including an asynchronous URL loading API, an asynchronous disk cache, and a JSON-RPC implementation.DeferredKit is modeled after the deferred class by TwistedMatrix and inspired by MochiKit's implementation of Deferred. DKCallback - the function object is mostly taken from a pre-blocks version of FunctionalKit.The DKDeferred implementation is not dependent upon threads or any other form of concurrency for it's operation (however, you may create threaded Deferred's) and operates in the same environment as the rest of your Objective-C program.


DeferredKit Related Software