Versions in this module Expand all Collapse all v0 v0.1.1 Aug 30, 2022 v0.1.0 Jun 22, 2022 Changes in this version + func NewConn(r io.Reader, w io.Writer, options ...func(*RWConn)) net.Conn + func SetCloseHook(f func()) func(*RWConn) + func SetWriteDelay(t time.Duration) func(*RWConn) + type RWConn struct + func (c *RWConn) Close() error + func (c *RWConn) Done() <-chan struct{} + func (c *RWConn) LocalAddr() net.Addr + func (c *RWConn) Read(data []byte) (int, error) + func (c *RWConn) RemoteAddr() net.Addr + func (c *RWConn) SetDeadline(t time.Time) error + func (c *RWConn) SetReadDeadline(t time.Time) error + func (c *RWConn) SetWriteDeadline(t time.Time) error + func (c *RWConn) Write(data []byte) (int, error)