forked from bibhas2/iOSBlockingQueue
-
Notifications
You must be signed in to change notification settings - Fork 0
demoYang/iOSBlockingQueue
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This project shows how to create a bounded and unbounded queue in iOS. They simplify prpducer/consumer pattern. I have checked in a fully working app. But, you will be most ineteresed in these files: - UnboundedBlockingQueue.m - BoundedBlockingQueue.m These classes closely mimic Java's LinkedBlockingQueue and ArrayBlockingQueue classes. This should help you port any Android app to iOS.
About
Implementation of bounded and unbounded blokcing queue in iOS
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Objective-C 100.0%