Skip to content

bibhas2/iOSBlockingQueue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

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

No packages published