(defn copy-out [reader] (Thread/sleep 100) (.write *out* (.read reader)) (while (.ready reader) (.write *out* (.read reader))) (flush))
Comments top
No comments for copy-out. Log in to add a comment.