comp.lang.ada
 help / color / mirror / Atom feed
From: AdaMagica <christ-usch.grein@t-online.de>
Subject: Re: Using the "Terminated" aspect for a task passed to a generic
Date: Mon, 23 Apr 2018 08:40:29 -0700 (PDT)
Date: 2018-04-23T08:40:29-07:00	[thread overview]
Message-ID: <2b34ebbc-698c-412c-8ae9-044c7d8f3ce5@googlegroups.com> (raw)
In-Reply-To: <f2cc5db4-1abf-4a4c-92ed-089e0e7d6d21@googlegroups.com>

Am Montag, 23. April 2018 16:20:33 UTC+2 schrieb NiGHTS:
> Having looked carefully through 2 Ada reference books, one dedicated to tasking, and using Google to no end, I am stumped on the following Ada dilemma. 
> 
> generic
> 
>         type Managed_Task_Type is limited private;
> 
> package WD is

Why not

    generic
      with function is_Terminated return Boolean;
    package WD is

  reply	other threads:[~2018-04-23 15:40 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-23 14:20 Using the "Terminated" aspect for a task passed to a generic NiGHTS
2018-04-23 15:40 ` AdaMagica [this message]
2018-04-23 16:23 ` Jeffrey R. Carter
2018-04-23 16:29 ` Dmitry A. Kazakov
2018-04-23 16:35 ` Dan'l Miller
2018-04-23 16:41   ` Dmitry A. Kazakov
2018-04-23 17:04   ` Dan'l Miller
2018-04-23 17:18 ` NiGHTS
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox