libdispatch
There are 17 repositories under libdispatch topic.
skylab-inc/Lightning
A Swift Multiplatform Single-threaded Non-blocking Web and Networking Framework
mlba-team/xdispatch
Unmaintained. See https://github.com/emzeat/xdispatch2 for successor project.
gnustep/tools-android
Objective-C on Android with Foundation, CoreFoundation, and libdispatch.
gnustep/tools-windows-msvc
Objective-C on Windows using Clang and GNUstep.
emzeat/xdispatch2
Grand Central Dispatch like C++ threading library built around queues, thread pools and flexible backends
LeonHartley/Rapid
habbo emulator example written in swift using GCD for threading and synchronisation and an implementation of libuv written in C using function pointers to bridge code between the 2 modules. It currently supports MySQL and Redis for the database but it is written in a way so it's very easy to write in your own database implementation.
EmingK/gcdpp
A C++ wrapper of libdispatch
drewcrawford/dispatchr
Drew's Rust bindings for libdispatch, a.k.a. GCD
Misoservices/MisoDispatchWorkItemKeeper
Swift package to cancel async operations on class/struct deletion
szktty/dispatch
OCaml bindings for Apple's Grand Central Dispatch (GCD, libdispatch)
emzeat/xdispatch
Unmaintained. See https://github.com/emzeat/xdispatch2 for successor project.
jaistudy1996/Efficient-Timer
This is the timer implementation of NSTimer / Timer using dispatch queue for CPU efficiency. Link: https://developer.apple.com/library/content/documentation/Performance/Conceptual/EnergyGuide-iOS/MinimizeTimerUse.html
barracuda156/apple-libdispatch-powerpc
libdispatch for macOS PowerPC: work in progress
Binlogo-Archive/GCD-Complete-Guide-Samples
小专栏 - 彻底搞定 GCD🚦并发编程的示例代码
CmST0us/CppRunloop
参考iOS Runloop的C++实现
mnito/serverd
Server library for Swift using Dispatch
yangyubo/Dispatch
Dispatch++ – C++ APIs of libdispatch