Subject: Re: Non-blocking 'gets' ?
From: Stephen Ware <sgware gmail.com>
Date: Thu, 4 Oct 2007 07:35:06 +0900
References: 272427272458272463
In-reply-to: 272463
> But when I replaced 'sleep(0)' with an
> infinite loop of 'command = gets', it freezes the whole application.
Correction: it was an infinite loop of 'sleep(1)' commands.
--
Posted via http://www.ruby-forum.com/.