[Deprecated] GCD
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
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.