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=0.4 required=5.0 tests=BAYES_00,FORGED_MUA_MOZILLA autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,4bd6ca8f7a1eb225 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.31.165 with SMTP id b5mr2882133pbi.1.1322803843122; Thu, 01 Dec 2011 21:30:43 -0800 (PST) Path: lh20ni56158pbb.0!nntp.google.com!news1.google.com!goblin1!goblin.stu.neva.ru!news.tornevall.net!.POSTED!not-for-mail From: Jeffrey Carter Newsgroups: comp.lang.ada Subject: Re: Class with task destructor Date: Thu, 01 Dec 2011 22:30:36 -0700 Organization: TornevallNET - http://news.tornevall.net Message-ID: References: <30604696.94.1322013045135.JavaMail.geo-discussion-forums@yqzz20> <24938373.1788.1322615481874.JavaMail.geo-discussion-forums@yqjo5> NNTP-Posting-Host: e03f8849754f7b79c3567db9670a7d90 Mime-Version: 1.0 X-Trace: eab63d48792bb57c46e5f8ff5111418d X-Complaints-To: abuse@tornevall.net User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.23) Gecko/20110922 Thunderbird/3.1.15 X-Complaints-Language: Spoken language is english or swedish - NOT ITALIAN, FRENCH, GERMAN OR ANY OTHER LANGUAGE! In-Reply-To: X-UserIDNumber: 1738 X-Validate-Post: http://news.tornevall.net/validate.php?trace=eab63d48792bb57c46e5f8ff5111418d X-Complaints-Italiano: Non abbiamo padronanza della lingua italiana - se mandate una email scrivete solo in Inglese, grazie X-Posting-User: 0243687135df8c4b260dd4a9a93c79bd Xref: news1.google.com comp.lang.ada:19301 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Date: 2011-12-01T22:30:36-07:00 List-Id: On 12/01/2011 05:50 PM, Randy Brukardt wrote: > > In any case, what a particular target can do is not that relevant to what > the language design can do. Ada 95 tried to add a multi-way entry call, and > every implementer who studied it ended up reporting that the implementation > would essentially end up being some form of polling. Which is not what > anyone was hoping for. It got dropped from Ada 95. Ada 95 did add asynchronous transfer of control, which does allow an entry call as a trigger, and anything in the "then abort" part, including an entry call: select Entry_Call_1; then abort Entry_Call_2; end select; These can be nested as deeply as desired, so it seems that Ada 95 did effectively add a multi-way entry call. -- Jeff Carter "I wave my private parts at your aunties." Monty Python & the Holy Grail 13