Starts requests for all instances. Calling this method multiple times may lead to unpredictable behaviour. Calling both this method and releaseMinimumRequests may lead to unpredictable behaviour. This method must only be called before calling done.
()
| 50 | // Calling both this method and releaseMinimumRequests may lead to unpredictable behaviour. |
| 51 | // This method must only be called before calling done. |
| 52 | startAllRequests() |
| 53 | |
| 54 | // Blocks until the request for this instance should be started. |
| 55 | // Returns nil if the request should be started, or a non-nil error if the request is not required |
no outgoing calls