Skip to content

Instantly share code, notes, and snippets.

@randymarsh77
Created April 14, 2017 05:30
Show Gist options
  • Save randymarsh77/6655143fb0f640b2f4a0b1dc4ed90ef9 to your computer and use it in GitHub Desktop.
Save randymarsh77/6655143fb0f640b2f4a0b1dc4ed90ef9 to your computer and use it in GitHub Desktop.
The Bonjour API
public class Bonjour
{
public static func Broadcast(_ settings: BroadcastSettings) -> Scope
public static func FindAll(_ settings: QuerySettings) -> Task<[NetService]>
public static func Resolve(_ service: NetService) -> Task<Void>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment