digitalmars.D.learn - full duplex std.socket
- =?UTF-8?B?IsOYaXZpbmQi?= (4/4) Sep 24 2012 What is the best way to both receive and send data at the same
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