Poll

public struct Poll

A Poll for RESTful Services.

var poll = Poll()
poll.pollingInterval = 1.0
  • The default poll.

    Declaration

    Swift

    public static var `default`: Poll
  • The polling interval.

    Declaration

    Swift

    public var pollingInterval: TimeInterval