Timeout
public enum Timeout
                Types of connection time outs. Can specify a time out in seconds, or no time out.
- 
                  
                  
Specify a timeout with a duration in seconds.
Declaration
Swift
case seconds(TimeInterval) - 
                  
                  
Specify there is no timeout.
Declaration
Swift
case none 
View on GitHub
        Timeout Enumeration Reference