Versions in this module Expand all Collapse all v0 v0.1.0 Nov 6, 2020 Changes in this version + type Server struct + OnClose func(conn net.Conn) + OnConnect func(conn net.Conn) + OnRead func(conn net.Conn) error + func DefaultServer(addr string) (*Server, error) + func NewServer(addr string) (*Server, error) + func (s *Server) Run() + func (s *Server) SetCooldownTime(time time.Duration) + func (s *Server) SetIOTimeout(timeout time.Duration) + func (s *Server) SetPoller() error + func (s *Server) SetPool(size, queue int) error + func (s *Server) SetScheduleTimeout(timeout time.Duration)