[gambit-list] thread input/output to port

lowly coder lowlycoder at huoyanjinjing.com
Tue Oct 13 20:00:26 EDT 2009


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!



More information about the Gambit-list mailing list