mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-03-30 23:24:06 +08:00
* Passes through cancellation from object request operation to HTTP request operation and response mapping operation. closes #993 * Performs all object mapping within an NSOperationQueue to enable constraining of mapping activities. * Add default mapping queue with concurrency limit of 1 operation. * Migrate deserialization of the response body into a serial dispatch queue to ensure that only one parse occurs at a time.