Using NSURLSession in a command line tool?
Using NSURLSession in a command line tool?
- Subject: Using NSURLSession in a command line tool?
- From: Daryle Walker <email@hidden>
- Date: Mon, 16 Mar 2015 04:10:58 -0400
How should something like a NSURLSession be used in a command-line tool? Its actions take time, so a straight CLI program will end when the task is being started. I guess something like a run loop needs to be maintained. I need the results of the task to determine the return code, so I can’t just fire and forget.
—
Daryle Walker
Mac, Internet, and Video Game Junkie
darylew AT mac DOT com
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden