Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulocf92/hws-grand-central-dispatch
Hacking With Swift - Grand Central Dispatch project
https://github.com/paulocf92/hws-grand-central-dispatch
ios-development swift uikit
Last synced: about 5 hours ago
JSON representation
Hacking With Swift - Grand Central Dispatch project
- Host: GitHub
- URL: https://github.com/paulocf92/hws-grand-central-dispatch
- Owner: paulocf92
- Created: 2022-09-19T12:42:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-20T19:55:36.000Z (about 2 years ago)
- Last Synced: 2023-03-07T20:39:24.462Z (over 1 year ago)
- Topics: ios-development, swift, uikit
- Language: Swift
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hacking With Swift - Grand Central Dispatch project
This project features:
- Grand Central Dispatch - DispatchQueue's for global and main threads
- The QoS for async code dispatches
- Usage of performSelector to simplify thread management