From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,9f2d3e9075dd4492,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!news3.google.com!feeder.news-service.com!news2.euro.net!newsfeed.freenet.de!news.newsland.it!not-for-mail From: la@la.com (Lisa Ansellotti) Newsgroups: comp.lang.ada Subject: Asyncronous call to task Date: Thu, 06 Aug 2009 18:24:34 +0200 Organization: http://www.newsland.it/ Message-ID: NNTP-Posting-Host: host24-3-static.30-87-b.business.telecomitalia.it Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.newsland.it 1249575874 8401 212.239.22.167 (6 Aug 2009 16:24:34 GMT) X-Complaints-To: abuse@newsland.it NNTP-Posting-Date: Thu, 6 Aug 2009 16:24:34 +0000 (UTC) X-HTTP-Posting-Host: host24-3-static.30-87-b.business.telecomitalia.it User-Agent: www.newsland.it X-NL-St: Trp.09Aug06@st.mynl.it X-NL-Posting-Ip: 87.30.3.24 X-NL-Posting-Site: www.newsland.it Xref: g2news2.google.com comp.lang.ada:7632 Date: 2009-08-06T18:24:34+02:00 List-Id: 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