AsyncDefaults

public struct AsyncDefaults

If you are running on a slower machine, it could be useful to increase the default timeout value or slow down poll interval. Default timeout interval is 1, and poll interval is 0.01.

  • Undocumented

    Declaration

    Swift

    public static var timeout: DispatchTimeInterval
  • Undocumented

    Declaration

    Swift

    public static var pollInterval: DispatchTimeInterval