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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,86adf9f3441b35ad,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!w2g2000yqb.googlegroups.com!not-for-mail From: domel Newsgroups: comp.lang.ada Subject: requeue vs requeue with abort - code example pleaseeee Date: Thu, 9 Dec 2010 05:57:09 -0800 (PST) Organization: http://groups.google.com Message-ID: <7bd3db89-ae9d-4e09-9590-676f85dcef9a@w2g2000yqb.googlegroups.com> NNTP-Posting-Host: 62.225.75.172 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1291903029 3701 127.0.0.1 (9 Dec 2010 13:57:09 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 9 Dec 2010 13:57:09 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: w2g2000yqb.googlegroups.com; posting-host=62.225.75.172; posting-account=PA7P0AoAAADsxblmjXzOyieB1NPAgUQM User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.9.2.12) Gecko/20101027 Ubuntu/9.10 (karmic) Firefox/3.6.12,gzip(gfe) Xref: g2news2.google.com comp.lang.ada:16837 Date: 2010-12-09T05:57:09-08:00 List-Id: Hi Since few weeks I'm learning ADA. I got stuck on requeue facility. I canno't completely grasp what the difference between requeue and requeue with abort is. Please help - some short working code example would be very appreciated