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. Lines: 15 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