MKNetworkKit
MKNetworkKit copied to clipboard
Need to make synchronous request
From looking at the code, it seems impossible to use the operation synchronously. In most cases, async is clearly the way to go, but I have some situations where an inline request is necessary. I can make the modifications, but I wanted to make sure no one else was doing this, or if the functionality exists and I don't understand how.