Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

gwynne/DRAtomicQueue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DRAtomicQueue

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.

About

An thread-safe FIFO queue for Objective-C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published