Skip to content

ZewoGraveyard/GCD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[Deprecated] GCD

Swift Platform License Slack

GCD is a Grand Central Dispatch wrapper.

Features

  • Queues
  • Semaphore
  • IO Channel

Installation

import PackageDescription

let package = Package(
    dependencies: [
        .Package(url: "https://github.com/Zewo/GCD.git", majorVersion: 0, minor: 4)
    ]
)

Community

Slack

The entire Zewo code base is licensed under MIT. By contributing to Zewo you are contributing to an open and engaged community of brilliant Swift programmers. Join us on Slack to get to know us!

License

GCD is released under the MIT license. See LICENSE for details.