https://github.com/g-mark/swift-dispatch-examples
Examples using the various Dispatch classes
https://github.com/g-mark/swift-dispatch-examples
dispatch gcd swift
Last synced: over 1 year ago
JSON representation
Examples using the various Dispatch classes
- Host: GitHub
- URL: https://github.com/g-mark/swift-dispatch-examples
- Owner: g-mark
- License: mit
- Created: 2017-08-28T12:43:17.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-28T12:53:51.000Z (almost 9 years ago)
- Last Synced: 2025-02-05T10:34:38.688Z (over 1 year ago)
- Topics: dispatch, gcd, swift
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Swift-Dispatch-Examples
Example Xcode Playgrounds in Swift that demonstrate typical uses of the various Dispatch classes.
## DispatchGroup
Allows your code to wait for multiple concurrent, asynchronous tasks to complete.
## DispatchSemaphore
Allows your code to synchronously wait for an asynchronous task to complete