<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi Chris,<div class=""><br class=""></div><div class="">Thanks for sending this out. The API of dispatch in swift (all imported APIs, actually) is always something we are looking into improving. In the timeline for Swift 3, the primary focus for swift-corelibs-dispatch is to get our cross-platform story to be complete. That means being able to use the existing API reliably on all platforms and without introducing a dramatic shift for everyone who is familiar with dispatch today. We should keep ideas like yours in mind in the longer term as we move forward with the project after this initial goal.</div><div class=""><br class=""></div><div class="">- Tony</div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Jan 16, 2016, at 7:15 PM, Chris Amanse via swift-corelibs-dev &lt;<a href="mailto:swift-corelibs-dev@swift.org" class="">swift-corelibs-dev@swift.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Hello everyone,<div class=""><br class=""></div><div class="">Developers have been using Grand Central Dispatch to create asynchronous code and optimize their applications. However, using GCD with Swift seems unnatural due to the different naming conventions used. As a result, people have been using wrappers for GCD instead, such as Async.&nbsp;<span class="">I, for one, created this simple wrapper for most used functions of Dispatch.&nbsp;<a href="https://github.com/chrisamanse/SwiftDispatch" class="">https://github.com/chrisamanse/SwiftDispatch</a></span></div><div class=""><br class=""></div><div class="">It would be nice if the Dispatch framework has a more Swift style convention to make our codes cleaner.</div><div class=""><br class=""></div><div class="">Cheers,</div><div class="">Chris</div><div class=""><br class=""></div></div>
_______________________________________________<br class="">swift-corelibs-dev mailing list<br class=""><a href="mailto:swift-corelibs-dev@swift.org" class="">swift-corelibs-dev@swift.org</a><br class="">https://lists.swift.org/mailman/listinfo/swift-corelibs-dev<br class=""></div></blockquote></div><br class=""></div></body></html>