std.socket tutorials? examples?

Adam D Ruppe destructionator at gmail.com
Sat Apr 29 11:26:20 UTC 2023


On Saturday, 29 April 2023 at 10:56:46 UTC, Jan Allersma wrote:
> auto clientResult = Socket.select(clientSet, null, null);


There's probably nothing in clientSet, so it is waiting for 
nothing.... you almost always want to have just one call to 
select in the program, not two, the whole point is to combine 
checks.

I wrote a thing you might want to read too:

http://dpldocs.info/this-week-in-d/Blog.Posted_2019_11_11.html#sockets-tutorial




More information about the Digitalmars-d-learn mailing list