dispatch-queues
There are 11 repositories under dispatch-queues topic.
gilzoide/godot-dispatch-queue
Threaded and synchronous Dispatch Queues for Godot
eleev/concurrency-kit
🚄 Concurrency abstractions framework for Apple Platforms [Task, Atomic, Lock, Operation, etc.].
gershnik/objc-helpers
Utilities to make coding on Apple platforms in C++ or ObjectiveC++ more pleasant
mackuba/QueueBarriersExample
Example of using GCD/NSOperation barrier tasks & DispatchGroup
SaganRitual/Arkonia
A hobbyist's toy, under construction--actually, more like somewhere between "on hiatus" and "abandoned". An evolution and natural selection simulator. Creatures whose brains and bodies evolve genetically to make them better at eating each other.
chachaxw/ConcurrencyDemo
ConcurrencyDemo in swift
gilzoide/cpp-dispatch-queue
Dispatch Queue / Thread Pool implementation for C++11
space-code/concurrency
concurrency is a collection of concurrency primitives which helps increase testability
YUNUSMAKAN/iOS-MachineLearningImageRecognition-CoreML
IOS-This application is an application that includes visual recognition with the help of machine learning.
pbannister/work-queue-1
Minimalist code for a work-queue with thread pool.