From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!optima2.xanadu-bbs.net!xanadu-bbs.net!nntp.club.cc.cmu.edu!micro-heart-of-gold.mit.edu!newsswitch.lcs.mit.edu!nntp.TheWorld.com!.POSTED!not-for-mail From: Robert A Duff Newsgroups: comp.lang.ada Subject: Re: Asynchronous channels in Ada Date: Fri, 19 Feb 2016 18:31:30 -0500 Organization: The World Public Access UNIX, Brookline, MA Message-ID: References: NNTP-Posting-Host: shell02.theworld.com Mime-Version: 1.0 Content-Type: text/plain X-Trace: pcls7.std.com 1455924675 22777 192.74.137.72 (19 Feb 2016 23:31:15 GMT) X-Complaints-To: abuse@TheWorld.com NNTP-Posting-Date: Fri, 19 Feb 2016 23:31:15 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:JZPGI41w6/UgGU+yKtPs02OOQ80= Xref: news.eternal-september.org comp.lang.ada:29565 Date: 2016-02-19T18:31:30-05:00 List-Id: Simon Wright writes: > What about Ada.Containers.Bounded_Synchronized_Queues? (ARM A.18.29) > > (the ARM doesn't say what happens if the queue is full ... It does, but it's in A.18.27(10). >...but I'm sure > it does the right thing) - Bob