RAA - io-wait

io-wait / 0.0.1

Short description: io/wait
Category: Library/IO
Status: usable
Created: 2002-02-12 10:15:27 GMT
Last update: -
Owner: Nobuyoshi Nakada (Projects of this owner)
Homepage: not available
Download: http://member.nifty.ne.jp/nokada/archive/ruby-io-wait-0.0.1.tar.bz2
License: Ruby's
Dependency:
None
Description:

io/wait module adds 2 methods to IO class.

--- IO#ready?
returns true if input available without blocking, or false.
--- IO#wait
waits until input available and returns self, or nil when EOF reached.

# 0.0.1: fix configuration problem, and add misc files.

Edit this project (for project owner)

back to RAA top