Ada Programming/Libraries/Ada.Containers.Bounded_Synchronized_Queues
This language feature has been introduced in Ada 2012.
Ada.Containers.Bounded_Synchronized_Queues is a unit of the Predefined Language Environment since Ada 2012.
Specification
-- Standard Ada library specification -- Copyright (c) 2004-2016 AXE Consultants -- Copyright (c) 2004, 2005, 2006 Ada-Europe -- Copyright (c) 2000 The MITRE Corporation, Inc. -- Copyright (c) 1992, 1993, 1994, 1995 Intermetrics, Inc. -- SPDX-License-Identifier: BSD-3-Clause and LicenseRef-AdaReferenceManual -- -------------------------------------------------------------------------withSystem;withAda.Containers.Synchronized_Queue_Interfaces;genericwithpackageQueue_InterfacesisnewAda.Containers.Synchronized_Queue_Interfaces (<>); Default_Capacity : Count_Type; Default_Ceiling : System.Any_Priority := System.Priority'Last;packageAda.Containers.Bounded_Synchronized_QueuesispragmaPreelaborate(Bounded_Synchronized_Queues);packageImplementationis-- not specified by the languageendImplementation;protectedtypeQueue (Capacity : Count_Type := Default_Capacity; Ceiling : System.Any_Priority := Default_Ceiling)withPriority => CeilingisnewQueue_Interfaces.QueuewithoverridingentryEnqueue (New_Item :inQueue_Interfaces.Element_Type);overridingentryDequeue (Element :outQueue_Interfaces.Element_Type);overridingfunctionCurrent_UsereturnCount_Type;overridingfunctionPeak_UsereturnCount_Type;private-- not specified by the languageendQueue;private-- not specified by the languageendAda.Containers.Bounded_Synchronized_Queues;
See also
Wikibook
External examples
- Search for examples of
Ada.Containers.Bounded_Synchronized_Queuesin: Rosetta Code, GitHub (gists), any Alire crate or this Wikibook. - Search for posts related to
Ada.Containers.Bounded_Synchronized_Queuesin: Stack Overflow, comp.lang.ada or any Ada related page.
Ada Reference Manual
Ada 2012
Open-Source Implementations
FSF GNAT
- Specification: a-cbsyqu.ads
- Body: a-cbsyqu.adb