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.4 required=5.0 tests=BAYES_50,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,aca1bba1a3bdebe0,start X-Google-Attributes: gid103376,public From: Richard Francis Subject: Help needed with tasking Date: 1996/05/22 Message-ID: <31A33519.41C67EA6@diana1.cs.paisley.ac.uk>#1/1 X-Deja-AN: 156123854 content-type: text/plain; charset=us-ascii mime-version: 1.0 newsgroups: comp.lang.ada x-mailer: Mozilla 2.0 (X11; I; SunOS 4.1.3 sun4c) Date: 1996-05-22T00:00:00+00:00 List-Id: I am writing a traffic lights sim using tasking. Can someone help me with how tasks work? You can't call an entry from within another, is that right? eg task body a is select accept x do --something a.y; end x; or accept y do --something end y; end select; end a; what else can or can't you do? -- Richard Francis ....as the elephant said to the naked man, " Cute! But can it pick up peanuts?"....