Is socket.send thread safe?

Jonathan JonathanILevi at gmail.com
Mon Mar 26 16:14:31 UTC 2018


Can I send data over an std.socket on multiple threads without 
manual mutexing?

If not, can I send data on a separate thread than receive?

The docs for std.socket say nothing of it (which I guess means I 
should assume it is not thread safe but...).

Thanks!


More information about the Digitalmars-d-learn mailing list