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.1 required=5.0 tests=BAYES_05,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e8e46d5e07d7fa11 X-Google-Attributes: gid103376,public From: tmoran@bix.com (Tom Moran) Subject: Re: task finished? Date: 1998/05/17 Message-ID: <355e4411.37435787@SantaClara01.news.InterNex.Net>#1/1 X-Deja-AN: 353928320 References: <01bc620a$7efdf9a0$LocalHost@default> Organization: InterNex Information Services 1-800-595-3333 Newsgroups: comp.lang.ada Date: 1998-05-17T00:00:00+00:00 List-Id: > I have to wait until they all have terminated Can you just create them all in a scope, as opposed to globablly, so that scope exit is where you will wait till they are all done?