41 results for “topic:grand-central-dispatch”
🕦 Modern Timer in Swift, Debouncer and Throttler (alternative to NSTimer) made with GCD
Queuer is a queue manager, built on top of OperationQueue and Dispatch (aka GCD).
Objective-C wrapper for Grand Central Dispatch
A simple Xcode project demonstrating XPC communication between an application and an XPC service
A fast, small, efficient analog of GCD in Swift
🚄 Concurrency abstractions framework for Apple Platforms [Task, Atomic, Lock, Operation, etc.].
Using iOS-like Grand Central Dispatch (GCD) in Android.
Utilities to make coding on Apple platforms in C++ or ObjectiveC++ more pleasant
Techniques for building "async workflows" using `NSOperation` and `NSOperationQueue`.
Deezer App allows you to explore the world of music using the Deezer API.
Notes on How Stuff Works
Сharacters from Marvel API http(s)://gateway.marvel.com/
Swift Async package that makes creating and using asynchronous tasks easier.
A project (Xcode 8.2.1) demonstrating concurrency in iOS using Grand Central Dispatch (GCD) with Swift 3.
A project (Xcode 8.2.1) demonstrating concurrency in iOS using Grand Central Dispatch (GCD) with Objective-C.
This Xcode 9 project demonstrates concurrency in iOS using Grand Central Dispatch (GCD) and compares concurrent (asynchronous) queues and serial (synchronous) queues.
OCaml bindings for Apple's Grand Central Dispatch (GCD, libdispatch)
A lightweight Swift library & syntactic sugar for async (GCD) operations
real-time scheduling and video player infrastructure
A robust object that manages a single CoreData stack
A Dispatch Extension for Swift
An Objective-C webserver with an Express-inspired API
A GCD-based implementation of RxFeedback. Unidirectional Data Flow Architecture.
A project (Xcode 8.2.1) demonstrating closures in iOS with Swift 3. Closures allow you to create chunks of almost any type of code that can be called almost anywhere, anytime (like in the future).
Exercise for fetching data from PokeAPI in Objective-C & UIKit
Robots! is a multi-round, completely autonomous game played by two robots taking turns moving across a 7x7 game board in search of a randomly placed prize token.
Obj-C Grand Central Dispatch convenient wrapper
TBC iOS Bootcamp
This repository contains implementation of background thread using Grand Central Dispatch (GCD).
Simple GCD wrapper to make your Swift 2.x code look beautiful