comp.lang.ada
 help / color / mirror / Atom feed
* Dynamic task activation
@ 2005-05-09 11:02 evangeli
  2005-05-09 12:24 ` Jean-Pierre Rosen
  0 siblings, 1 reply; 3+ messages in thread
From: evangeli @ 2005-05-09 11:02 UTC (permalink / 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




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-05-09 14:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-09 11:02 Dynamic task activation evangeli
2005-05-09 12:24 ` Jean-Pierre Rosen
2005-05-09 14:29   ` Marc A. Criley

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