comp.lang.ada
 help / color / mirror / Atom feed
From: la@la.com (Lisa Ansellotti)
Subject: Asyncronous call to task
Date: Thu, 06 Aug 2009 18:24:34 +0200
Date: 2009-08-06T18:24:34+02:00	[thread overview]
Message-ID: <h5f042$86h$1@news.newsland.it> (raw)

how can i call a entry in a task without block my main thread?

i need to do something like this:

in the main:

task1.start;

in the task:

task body task1 is
	begin	
        accept start;
        --return the control to the main thread but continue the task1 jobs

or 

in the main

task1.start (with a parameter that runs the task1.start asyncronously)



thank you


-- 

questo articolo e` stato inviato via web dal servizio gratuito 
http://www.newsland.it/news segnala gli abusi ad abuse@newsland.it





             reply	other threads:[~2009-08-06 16:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-06 16:24 Lisa Ansellotti [this message]
2009-08-06 16:38 ` Asyncronous call to task Lisa Ansellotti
2009-08-06 16:51   ` John McCabe
2009-08-06 16:48 ` John McCabe
replies disabled

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