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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a37:8d1:: with SMTP id 200mr32077989qki.330.1571082923302; Mon, 14 Oct 2019 12:55:23 -0700 (PDT) X-Received: by 2002:aca:180a:: with SMTP id h10mr25690437oih.30.1571082922990; Mon, 14 Oct 2019 12:55:22 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!o24no7916840qtl.0!news-out.google.com!q23ni785qtl.1!nntp.google.com!o24no7916829qtl.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 14 Oct 2019 12:55:22 -0700 (PDT) In-Reply-To: <5da4cf81$0$20312$426a74cc@news.free.fr> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=146.5.2.231; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC NNTP-Posting-Host: 146.5.2.231 References: <5da4cf81$0$20312$426a74cc@news.free.fr> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <790bc738-752e-48db-8a8b-b266cffd784f@googlegroups.com> Subject: Re: How to transfer Class-Wide object to a Task ? From: Shark8 Injection-Date: Mon, 14 Oct 2019 19:55:23 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:57278 Date: 2019-10-14T12:55:22-07:00 List-Id: On Monday, October 14, 2019 at 1:41:55 PM UTC-6, William FRANCK wrote: > Hey all ! > Here is a nice issue I have with Ada (GNAT 2012) when trying to do OO > dispatching with streams in different tasks ... Generic_Dispatching_Constructor? https://www.adaic.org/resources/add_content/standards/05rat/html/Rat-2-6.html Can you give us the actual use-case you're trying to accomplish?