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=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,d154e1596a6ac2d9 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!newsread.com!news-xfer.newsread.com!nntp.abs.net!news.abs.net!not-for-mail Newsgroups: comp.lang.ada Subject: Re: Newbie: Task parametering References: <4352ef15$0$28225$5a62ac22@per-qv1-newsreader-01.iinet.net.au> <1129510387.675070.134750@g14g2000cwa.googlegroups.com> From: Stephen Leake Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (windows-nt) Cancel-Lock: sha1:dwyLdhQ86S9Hsta26vL1pXzEEnc= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 17 Oct 2005 18:51:08 -0400 NNTP-Posting-Host: 66.159.65.1 X-Complaints-To: abuse@toad.net X-Trace: news.abs.net 1129589469 66.159.65.1 (Mon, 17 Oct 2005 18:51:09 EDT) NNTP-Posting-Date: Mon, 17 Oct 2005 18:51:09 EDT Xref: g2news1.google.com comp.lang.ada:5761 Date: 2005-10-17T18:51:08-04:00 List-Id: "jimmaureenrogers@worldnet.att.net" writes: > It does not actually initialize the task. The task begins running > before the values are set. This is wrong; the OP is correct. The task is created by 'new A_Task', and starts running then. -- -- Stephe