Sorry for dumb question --
I have a tcp port. I'm starting a thread. How can I redirect all input/output from/to the thread to this tcp port?
somethign like
(let ((p (pre existing code that makes bidirectional port)) .. modify the following ... (thread-start! (make-thread func)))
thanks!