You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Socket abstracts over an OS socket and is not thread safe. Many Socket operations mutate internal buffers. By using exclusive (&mut) references in all Socket operations we solve both of these issues.
The text was updated successfully, but these errors were encountered:
The Socket abstracts over an OS socket and is not thread safe. Many Socket operations mutate internal buffers. By using exclusive (&mut) references in all Socket operations we solve both of these issues.
The text was updated successfully, but these errors were encountered: