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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,eb3d914c57efebd3,start X-Google-Attributes: gid103376,public From: tat115@psu.edu (Tod Trowbridge) Subject: Tasking Date: 1996/06/05 Message-ID: #1/1 X-Deja-AN: 158589397 organization: CAC newsgroups: comp.lang.ada Date: 1996-06-05T00:00:00+00:00 List-Id: I just started programming in ada and have a general question about tasking. I have a task in a package. If a procedure that withs that package calls the task, does the task have to be waiting at the accept statement, or will the procedure wait for the task to get there. Any help in this matter would be greatly appreciated Thanks