[swift-corelibs-dev] Proposal: A Swift Grand Central Dispatch

Chris Amanse christopheramanse at gmail.com
Sat Jan 16 21:15:21 CST 2016


Hello everyone,

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. I, for one,
created this simple wrapper for most used functions of Dispatch.
https://github.com/chrisamanse/SwiftDispatch

It would be nice if the Dispatch framework has a more Swift style
convention to make our codes cleaner.

Cheers,
Chris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-corelibs-dev/attachments/20160117/6e3cc164/attachment.html>


More information about the swift-corelibs-dev mailing list