RequestExecuterType
public enum RequestExecuterType
The request executer currently supported.
sync
for a synchronous execution of requests.async
for an asynchronous execution of requests.custom
for a custom execution of requests provided by the caller.
-
Undocumented
Declaration
Swift
case async
-
Undocumented
Declaration
Swift
case sync
-
Undocumented
Declaration
Swift
case custom(RequestExecuter.Type)