digitalmars.D.learn - std.socket connect
Hello guys! void connect(Address to); Establish a connection. If the socket is blocking, connect waits for the connection to be made. If the socket is nonblocking, connect returns immediately and the connection attempt is still in progress. How can i obtain information about progress when socket is nonblocking? Thanks. Regards.
 Aug 17 2013
Oh, i've found that that can be resolved by select(). Thanks.
 Aug 17 2013








 
  
  
  "Temtaime" <temtaime gmail.com>
 "Temtaime" <temtaime gmail.com>