From: Martin Ceronio Date: 2009-02-26T19:34:53+09:00 Subject: Thread IO What can I use as a general purpose duplexed IO object to communicate via data streams between two threads? I would like something similar to TCPSocket, but without the need to communicate via a network port. -- Posted via http://www.ruby-forum.com/.