On Thu, 5 Mar 2009, Timothy McDowell wrote: > Well, before I was trying to make a MUD client with Shoes, but the thread > for receiving input from the MUD would get pushed in back and never ran >_<
Without seeing code, one can only suggest the use of Thread#run, Thread#pass and Thread#priority= http://ruby-doc.org/core/classes/Thread.html Possibly with seeing code as well, getting threads to interact correctly tends to be other than simple. Hugh
