comp.lang.ada
 help / color / mirror / Atom feed
From: carlos_aganzo@terra.es (Carlos Aganzo)
Subject: Problem with tasks
Date: Wed, 25 Jul 2001 08:52:03 GMT
Date: 2001-07-25T08:51:32+00:00	[thread overview]
Message-ID: <3b5e887e.10671695@news.bt.es> (raw)

I need to create a new instance of the same task from itself,
something like

 type acell is access cell;

 task body cell is
    anon: acell;
    begin
       anon := new cell;
       -- more code
 end cell;


 How could I do this?

 Is there any way to create anonymous tasks instances,  Java-like?

 Thanks in advance.

 Carlos.




             reply	other threads:[~2001-07-25  8:52 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-25  8:52 Carlos Aganzo [this message]
2001-07-25  9:32 ` Problem with tasks Jean-Pierre Rosen
2001-07-26  1:47 ` DuckE
2001-07-26 11:20 ` Carlos Aganzo
2001-07-26 16:03 ` Ted Dennison
2001-07-26 20:28   ` Ehud Lamm
2001-07-27 12:42     ` Ehud Lamm
2001-07-27  8:15 ` Carlos Aganzo
  -- strict thread matches above, loose matches on Subject: below --
2004-09-04  8:57 Magik
2004-09-04 10:51 ` Frank J. Lhota
2004-09-04 11:02   ` Magik
2004-09-04 13:53 ` Pascal Obry
replies disabled

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