https://github.com/wibosco/capturingthecallbackqueue-example
An example project showing how we can capture the callback queue across threads
https://github.com/wibosco/capturingthecallbackqueue-example
gcd operation operationqueue swift
Last synced: 10 months ago
JSON representation
An example project showing how we can capture the callback queue across threads
- Host: GitHub
- URL: https://github.com/wibosco/capturingthecallbackqueue-example
- Owner: wibosco
- License: mit
- Created: 2017-04-14T10:46:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-30T00:11:01.000Z (about 6 years ago)
- Last Synced: 2025-01-23T05:30:52.682Z (12 months ago)
- Topics: gcd, operation, operationqueue, swift
- Language: Swift
- Homepage: http://williamboles.me/capturing-the-callback-queue/
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/wibosco/CapturingTheCallbackQueue-Example)

# CapturingTheCallbackQueue-Example
An example project showing how we can capture the callback queue across threads as shown in http://williamboles.me/capturing-the-callback-queue/