mfikes / ambly

ClojureScript REPL into embedded JavaScriptCore
http://ambly.fikesfarm.com
Eclipse Public License 1.0
541 stars 21 forks source link

Make sending data be async #11

Closed mfikes closed 9 years ago

mfikes commented 9 years ago

While the solution to #8 works, it blocks the sending thread. Instead revise the code to make use of async callback that lets us know when space is available.