comp.lang.ada
 help / color / mirror / Atom feed
* ATC problem
@ 2009-09-15  9:19 david levy
  0 siblings, 0 replies; only message in thread
From: david levy @ 2009-09-15  9:19 UTC (permalink / raw)


Hi

Running on windows XP with GNAT GPL 2009 and the Asych Transfer of
Control select
statement does not appear to work as I thought it should. The code is
        SELECT
            DELAY Deadline;
            Put_Line("Overrun");
         THEN ABORT
            Do_Stuff;
         END SELECT;

If Do_Stuff overruns the deadline, the Overrun message is displayed,
but only after
the procedure Do_Stuff completes. Do_Stuff is not terminated  when the
deadline
expires. I expected it would. Am I missing something here?

Thanks, Dave



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-09-15  9:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-15  9:19 ATC problem david levy

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