comp.lang.ada
 help / color / mirror / Atom feed
* Help needed with tasking
@ 1996-05-22  0:00 Richard Francis
  1996-05-22  0:00 ` Robert I. Eachus
  1996-05-23  0:00 ` Pascal Ledru
  0 siblings, 2 replies; 3+ messages in thread
From: Richard Francis @ 1996-05-22  0:00 UTC (permalink / raw)



I am writing a traffic lights sim using tasking. Can someone help me
with how tasks work? You can't call an entry from within another, is
that right? eg
task body a is
select
accept x do
--something
a.y;
end x;
or
accept y do
--something
end y;
end select;
end a;

what else can or can't you do?

-- 
Richard Francis

....as the elephant said to the naked man,
" Cute! But can it pick up peanuts?"....




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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-05-22  0:00 Help needed with tasking Richard Francis
1996-05-22  0:00 ` Robert I. Eachus
1996-05-23  0:00 ` Pascal Ledru

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