comp.lang.ada
 help / color / mirror / Atom feed
From: widget!jjh@uunet.uu.net  (John Halper)
Subject: Question on tasking...
Date: 10 Aug 93 14:46:11 GMT	[thread overview]
Message-ID: <1993Aug10.144611.23993@evb.com> (raw)

I have a question in the following program,

procedure Main is
        task type Task_Type;
        type Task_Ptr is access Task_Type;
        Task_Instance : Task_Type;
begin
   block:
      begin
         Task_Instance := new Task_Type;
         Task_Instance := null;
      end;  -->  Does block wait until Task_Instance Terminates ????
end Main;

-- 

John Halper
jjh@evb.com

             reply	other threads:[~1993-08-10 14:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1993-08-10 14:46 John Halper [this message]
  -- strict thread matches above, loose matches on Subject: below --
1993-08-10 17:56 Question on tasking vnet.IBM.COM
1993-08-10 23:00 Robert I. Eachus
1993-08-18 23:38 cis.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!howland.
replies disabled

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