comp.lang.ada
 help / color / mirror / Atom feed
* Aborting Tasks with abort command
@ 1996-07-10  0:00 Frank Schneider
  1996-07-10  0:00 ` James Rhodes
  0 siblings, 1 reply; 2+ messages in thread
From: Frank Schneider @ 1996-07-10  0:00 UTC (permalink / raw)



Hello

My problem is that I can't abort a running task with the "abort" command.

The structure of the task looks like this:

task body test is 
 ....
 begin
   loop
  ...
   delay ...
    ...
   delay ...
   ...
   delay until ...
   end loop;
 end test;

"abort test" doesn't work. Without the delay commands it works pretty, but I
need the delays.
I use gnat 3.03 under LINUX. 
Can anybody help me? 

Greetings and thanks

Frank





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

end of thread, other threads:[~1996-07-10  0:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-07-10  0:00 Aborting Tasks with abort command Frank Schneider
1996-07-10  0:00 ` James Rhodes

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