Re: [swift-corelibs-dev] NSTask and NSFileHandle implementation

2016-04-20 Thread Chris Bailey via swift-corelibs-dev
Hi Daniel: Support for DISPATCH_SOURCE_TYPE_READ should be there. If I remember correctly its just support for processes and VM memory pressure that isn't available. Chris From: Daniel Eggert To: Chris Bailey/UK/IBM@IBMGB Cc: Dan Stenmark , Swift core libraries Date: 20/04/20

Re: [swift-corelibs-dev] NSURLSession & libcurl

2016-04-20 Thread Pushkar N Kulkarni via swift-corelibs-dev
Hi Tony, Daniel, Thanks for your responses. Would it be acceptable if, for now, we check for the availability of Dispatch and conditionally compile calls to it into the current implementation of NSURLSession* (something like the  _HAS_DISPATCH__ macro used in CoreFoundation)? This would make NSURLS

Re: [swift-corelibs-dev] NSURLSession & libcurl

2016-04-20 Thread Daniel Eggert via swift-corelibs-dev
I think that would make a giant mess. I'm curious how far off we are for having lob libdispatch on Linux. I think it would be worth waiting a bit longer I n stead of making the code illegible. Just my 2¢. /Daniel > On Apr 20, 2016, at 04:23, Pushkar N Kulkarni wrote: > > Hi Tony, Daniel, >

Re: [swift-corelibs-dev] NSURLSession & libcurl

2016-04-20 Thread Daniel Dunbar via swift-corelibs-dev
> On Apr 20, 2016, at 9:43 AM, Daniel Eggert via swift-corelibs-dev > wrote: > > I think that would make a giant mess. I'm curious how far off we are for > having lob libdispatch on Linux. I think it would be worth waiting a bit > longer I n stead of making the code illegible. Just my 2¢. +1