A thread-safe FIFO queue for Objective-C. I had intended to build it on OSFIFOQueue, but that doesn't exist for iOS. Then I was gonna implement my own, but lockless queues aren't really possible without a true DCAS instruction, which also doesn't exist. As a result, this is just a somewhat lame wrapper around NSMutableArray
and libdispatch
. It is cool and supports everything, though.
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
gwynne/DRAtomicQueue
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
An thread-safe FIFO queue for Objective-C.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published