[swift-corelibs-dev] Cancelable DispatchQueue.concurrentPerform

2017-02-23 Thread Karl Wagner via swift-corelibs-dev
Would it be possible to make a cancelable version of DispatchQueue.concurrentPerform, allowing you to abort any yet-to-be-scheduled blocks? The use-case is for when you’re concurrently performing a job and one of them sets a flag or fails in a way which already defines the result. Further exec

Re: [swift-corelibs-dev] Implementing HTTPCookieStorage

2017-02-23 Thread Mamatha Busi via swift-corelibs-dev
Hello Created a PR https://github.com/apple/swift-corelibs-foundation/pull/889 for the XDG file specification implementation, extending from the work Tony Parker shared below. But still the question remains as to how we could test this without adding exposed API from the Foundation side. We could i