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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a0224dc3d1e52f3d X-Google-Attributes: gid103376,public From: eachus@spectre.mitre.org (Robert I. Eachus) Subject: Re: Streams and Concurrency Date: 1999/01/04 Message-ID: #1/1 X-Deja-AN: 428729659 References: <76dhm3$rkq$1@nnrp1.dejanews.com> <76g0nu$nsq$1@nnrp1.dejanews.com> Organization: The Mitre Corp., Bedford, MA. Newsgroups: comp.lang.ada Date: 1999-01-04T00:00:00+00:00 List-Id: In article <76g0nu$nsq$1@nnrp1.dejanews.com> dennison@telepath.com writes: > "Special" perhaps, but not all that odd. It can occur in *any* tasking > program. In my 10 years of Ada use I've only worked on two programs that had > no tasks. My use of special was referring to the fact that this pattern requires either Unchecked_Conversion or its moral equivalent, but is still completely portable! You have to move the same data as both records and as arrays of Storage_Elements, but the mapping between the two does not affect the operation of the program. (At least as long as it is reversible.) -- Robert I. Eachus with Standard_Disclaimer; use Standard_Disclaimer; function Message (Text: in Clever_Ideas) return Better_Ideas is...