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!

Reply via email to