Currently the narwhal/repl module blocks while waiting for input, preventing other events from taking place. http://github.com/kriszyp/narwhal/commit/e52839226df3709d9c39058603d58902db22bf56 fixes this so that the input is accepted through a worker that fires events in the main repl module, thus the event loop can run while waiting user input.
Currently the narwhal/repl module blocks while waiting for input, preventing other events from taking place. http://github.com/kriszyp/narwhal/commit/e52839226df3709d9c39058603d58902db22bf56 fixes this so that the input is accepted through a worker that fires events in the main repl module, thus the event loop can run while waiting user input.