RestKit 0.2x simultaneous RKManagedObjectRequestOperation
问题 In RestKit 0.10.3 using delegate methods I was able to send simultaneous GET requests, even if mapping of each one was executed sequentially. I have GET requests which need so much time to receive a response, so I would like to send all requests simultaneously but respect an order in mapping (I have relationships crossing the three requests). What I need: 1) send GET request n. 1, send GET request n. 2, send GET request n. 3 2) start mapping of request 1 as soon as response 1 is received 3)