cppthread 1.1.16
C++ Thread Library
fifo.cpp File Reference

Documentation of the fifo.h file. More...

Go to the source code of this file.

Detailed Description

The fifo.h file is a template so we document that template here.

The FIFO is used to push items and pop them as in a FIFO (i.e. first in first out). The newer version of our FIFO has the ability to pop only items that can be popped which allows for better parallelism with a pool of threads.

Definition in file fifo.cpp.

This document is part of the Snap! Websites Project.

Copyright by Made to Order Software Corp.