NetworkSynchronicity

enum NetworkSynchronicity
extension NetworkSynchronicity : Equatable, Hashable

An enum that describes whether a network is synchronous or asynchronous

  • Details a network connection that does not expect the system to wait for its completion

    Declaration

    Swift

    case asynchronous
  • Details a network connection that requires the system wait for it to finish before proceeding

    Declaration

    Swift

    case synchronous