/BlockingNetworkContext.swift

Blocking networking in Swift.

Primary LanguageSwiftMIT LicenseMIT

Blocking networking

DispatchQueue.global().async() {
	let (response, data) = try! context.perform(request)
}