www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - full duplex std.socket

What is the best way to both receive and send data at the same 
time with std.socket? Can I have one thread blocked on 
Socket.select(...), reading when data comes, and another thread 
writing data to the same socket?
Sep 24 2012