Hello,
Efficient C++ Bounded Thread-Safe FIFO Queue and LIFO Stack for
real-time systems version 1.08
Now the Thread-Safe LIFO Stack that is LIFO fair and starvation-free is
working correctly.
Author: Amine Moulay Ramdane
Description:
Efficient C++ Bounded Thread-Safe FIFO Queue and LIFO Stack for
real-time systems, they are efficient and they eliminate false-sharing
and the Thread-Safe FIFO Queue is FIFO fair and starvation-free, and
the Thread-Safe LIFO Stack is LIFO fair and starvation-free.
You can download it from:
https://sites.google.com/site/aminer68/efficient-c-bounded-thread-safe-fifo-queue-and-lifo-stack-for-real-time-systems
Thank you,
Amine Moulay Ramdane.