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.1 required=5.0 tests=BAYES_20,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!rutgers!pyrnj!mirror!gabriel!ada-uts!stt From: stt@ada-uts Newsgroups: comp.lang.ada Subject: Re: Task dependence and termination Message-ID: <4700081@ada-uts> Date: Thu, 6-Nov-86 10:18:00 EST Article-I.D.: ada-uts.4700081 Posted: Thu Nov 6 10:18:00 1986 Date-Received: Mon, 10-Nov-86 22:05:03 EST References: <993@wayback.UUCP> Nf-ID: #R:wayback.UUCP:-99300:ada-uts:4700081:000:468 Nf-From: ada-uts!stt Nov 6 10:18:00 1986 List-Id: The language review board has been worrying about the termination of tasks which depend on library units. The preliminary decision (aka "interpretation") is to require that the program wait for such tasks to terminate before returning to the host operating system. I think this also implies that "group termination" rules apply, meaning that if all such tasks are either terminated or waiting on open terminate alternatives, then they will all terminate as a group.