Struct mtcp_rs::TcpConnection
source · pub struct TcpConnection { /* private fields */ }
Expand description
A pending incoming TCP connection, usually used to initialize a new
mtcp_rs::TcpStream
Unlike an mtcp_rs::TcpStream
instance, the mtcp_rs::TcpConnection
instance is not yet tied to a
mtcp_rs::TcpManager
instance and can therefore
safely be moved across the thread boundary.