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=0.7 required=5.0 tests=BAYES_00,INVALID_DATE, MSGID_SHORT,REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!cs.utexas.edu!uunet!seas.gwu.edu!mfeldman From: mfeldman@seas.gwu.edu (Michael Feldman) Newsgroups: comp.lang.ada Subject: Re: 1-char input with Ada tasks Message-ID: <2997@sparko.gwu.edu> Date: 5 Apr 91 18:18:24 GMT References: <2986@sparko.gwu.edu> <807.27fb097d@vger.nsu.edu> Reply-To: mfeldman@seas.gwu.edu () Organization: The George Washington University, Washington D.C. List-Id: In article <807.27fb097d@vger.nsu.edu> g_harrison@vger.nsu.edu (George C. Harrison, Norfolk State University) writes: > >This is not EXACTLY what you may want but... > >>From John Herro's ADA-TUTR: > ... code deleted I have this. I thought I remembered seeing a tasking example built on top of this, in which the input task polls for input so the entire Unix process doesn't hang waiting for a keystroke. The AdaTutor example is fine, as far as it goes, in a sequential program, but it ain't enough for a tasking program... Mike Feldman