Hi All!
I have a number of operations that will be received serially. Each operation can be processed concurrently with respect to each other. I would like to invoke the completion blocks for each operation in the order as they have been received. I'm searching a simple approach to achieve this, implemented using NSOperationQueue, NSOperation and dispatch lib. Background: This is a class utilizing NSURLConnection which can handle multipart/x-mixed-replace Content-types. For each part, a completion block will be invoked passing the corresponding response and the result of the corresponding data processor. The part completion blocks shall be invoked in the same order as they occur in the response data, but *may be* processed concurrently. Any ideas? Thanks in advance! Regards Andreas _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com