0

I'm looking for an example/tutorial of a real-time thread-safe buffering algorithm (ie wait-free queue algorithms?). Looking in the web.. I found some pretty heavy duty master thesis solutions. I need something (in 21st century english) it to solve a real time application i'm working on. Thanks!

Community
  • 1
  • 1
abbood
  • 23,101
  • 16
  • 132
  • 246

1 Answers1

0

the book C++ Concurrency in Action has a chapter dedicated to the implementations of such data structures.. and since objective C can use C++.. this works.

abbood
  • 23,101
  • 16
  • 132
  • 246