| ASCL User's Guide: ASCL, ADA Standard Component Library; Version 0.1.0; Document Revision $Revision: 1.7 $ | ||
|---|---|---|
| Prev | Next | |
Bounded queue ADT for concurrent use only.
Each queue has a preset maximum size.
A call to Put when the queue is full blocks the caller until another task calls Get.
A call to Get when the queue is empty blocks the caller until another task calls Put.
History:
2002 Oct 01 J. Carter V1.
2002 Jul 15 J. Carter V1.
2002 Jul 01 J. Carter V1.
Components.