std.socket question

sanjayss via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Feb 3 22:40:15 PST 2016


Are the functions lastSocketError() and wouldHaveBlocked() from 
std.socket thread-safe? i.e. can they be reliably used to see the 
status of the last socket call when sockets are being 
read/written in multiple threads?


More information about the Digitalmars-d-learn mailing list