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,6a6947f0ba40d152 X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: Interrupt "Get" Date: 1998/05/21 Message-ID: #1/1 X-Deja-AN: 355226583 References: <356368C8.6EDF@info.polymtl.ca> X-Complaints-To: usenet@news.nyu.edu X-Trace: news.nyu.edu 895755888 2291 (None) 128.122.140.58 Organization: New York University Newsgroups: comp.lang.ada Date: 1998-05-21T00:00:00+00:00 List-Id: John said <> Most implementations of Ada 95 should at least have the option of overlapping computation with waiting for keyboard input. This is certainly implementation dependent, and for example, something like the old obsolete DOS version of GNAT does not provide concurrency at the OS level (because DOS does not!) You need to tell people exactly what system you are using, what machine, what operating system etc.