From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=0.8 required=3.0 tests=BAYES_50 autolearn=ham autolearn_force=no version=3.4.5-pre1 Date: 9 Nov 91 06:11:22 GMT From: aunro!alberta!access.usask.ca!regina!hercules.cs.uregina.ca!plummer@lll-w inken.llnl.gov (Dave Plummer) Subject: Tasks in Packages Message-ID: <1991Nov9.061122.1026@regina.cs.uregina.ca> List-Id: I would like to write a package that contains two concurrent tasks, which I would be able to include in another procedure. If I with...use... that package inside my other procedure, will these two tasks get spawned when I call my procedure that includes them? And should the with...use.... be inserted before or within my procedure declaration? Thanks, Dave