-
Socket: Use the RWMutex to fix TSAN error · 9003ee55Ben Clayton authored
... about `close()`ing the socket on one thread while in a blocking `recv()` or `send()` call on another thread. Fixes #35
9003ee55
×
... about `close()`ing the socket on one thread while in a blocking `recv()` or `send()` call on another thread. Fixes #35