dalejung / inode

Interactive Node.js
MIT License
3 stars 1 forks source link

Make the REPL terminal easy to make synchronis #11

Closed dalejung closed 11 years ago

dalejung commented 11 years ago

Been working on adding deferreds for the async calls. But I'd like to pause the repl until the call comes back. See what it takes to do that easily.

Maybe something like repl_pause(deferred) that won't unpause repl till deferred complete?