Changeset 162
- Timestamp:
- 05/31/06 05:35:34 (2 years ago)
- Files:
-
- experiments/machine/lib/machine/eio.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
experiments/machine/lib/machine/eio.rb
r161 r162 246 246 # RETURNS: the newly-created eventable-io object, so the caller 247 247 # can add handlers, etc. 248 # TODO: As of May 29, 2006, Ruby's TCPServer object knows about 249 # nonblocking accept, so this code can be rewritten to use it. 248 250 # 249 251 def self.start_server host, port
