comp.lang.ada
 help / color / mirror / Atom feed
From: evangeli@cnam.fr
Subject: Dynamic task activation
Date: 9 May 2005 04:02:29 -0700
Date: 2005-05-09T04:02:29-07:00	[thread overview]
Message-ID: <1115636549.778984.32550@z14g2000cwz.googlegroups.com> (raw)

hello
let's take this piece of code :

====================================
...
task type T_Task;
type T is access T_Task;
...
V : T := new T_Task;
--  1
...
====================================

Is the task pointed by V necessarily activated at point 1, or can it be
activated later?
>From RM 9.2.4, I guess the answer is yes but i wanted to be sure.

Thanks




             reply	other threads:[~2005-05-09 11:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-09 11:02 evangeli [this message]
2005-05-09 12:24 ` Dynamic task activation Jean-Pierre Rosen
2005-05-09 14:29   ` Marc A. Criley
replies disabled

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