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

2016-04-19 Thread Daniel Eggert via swift-corelibs-dev
Wouldn't it still be a huge win to use dispatch for reading from / writing to a file descriptor? /Daniel > On Apr 18, 2016, at 01:52, Chris Bailey via swift-corelibs-dev > wrote: > > Hi Dan: > > The Dispatch sources are mostly complete - unfortunately > DISPATCH_SOURCE_TYPE_PROC isn't the

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

2016-04-19 Thread Daniel Eggert via swift-corelibs-dev
I don't think it compiles, but I haven't tried, yet. I've been trying to keep it up-to-date with master. /Daniel > On Apr 18, 2016, at 13:15, Tony Parker wrote: > > I think that’s a fair approach - but does this even compile on Linux without > dispatch in place? I get “no such module ‘Dispat