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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c9138bc72eca8fee,start X-Google-Attributes: gid103376,public From: "David H. Haley" Subject: Ada Tasks and Keyboard I/O Date: 1997/06/13 Message-ID: <33A12825.1C80@onlink.net>#1/1 X-Deja-AN: 248324095 Organization: Ontario Northland--ONLink Reply-To: dhaley@onlink.net Newsgroups: comp.lang.ada Date: 1997-06-13T00:00:00+00:00 List-Id: I have developed a software package in Ada and thought it would be nice to have the time perodically updated on the screen while waiting for the user to input a value from the keyboard. This "sounds" easy enough to do using tasks; however, once the program reaches the Get(My_Number) statement all other tasks come to a grinding halt waiting for this keyboard I/O to occur . Any ideas how I can accomplish the requirement in para 1 ? I am using Meridian OpenAda Dos ver 4.1.4, an ADA 83 compiler. Thank you very much in advance. David