Method: Cmds::IOHandler#thread_send_line
- Defined in:
- lib/cmds/io_handler.rb
#thread_send_line(sym, line) ⇒ Object
called in separate thread handling process IO
67 68 69 |
# File 'lib/cmds/io_handler.rb', line 67 def thread_send_line sym, line @queue << [sym, line] end |