WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
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