When using 'Custom Module', there are times when multiple asynchronous requests happen at the same time (handled by the same delegate) and there is a need to distinguish which request triggered the 'completedWithResult' callback.
Is there a way to provide a custom callback function for a particular request? If not, what would be the best way to distinguish between multiple requests inside the 'completedWithResult'callback?