Use net-ssh within EventMachine without blocking the reactor.
Archive for the ‘EventMachine’ Category
Unblocking the Keyboard and Readline in EventMachine
Reading from the keyboard without blocking under EventMachine is pretty simple. Just use the builtin EM.open_keyboard and give it a connection handler. If you want to use Readline as well, unfortunately, you'll block the reactor unless you change the behavior of $stdin.