Perhaps I'm just being paranoid, but:

Regarding the new system where a fiber's ownership of a socket is
handled implicitly: Am I correct in assuming that still guarantees
that two fibers cannot try to read/write the same socket and end up
corrupting the protocol? There's nothing new I have to do to prevent
such a problem, right? One fiber can't end up implicitly "stealing"
ownership from another fiber?