Versions in this module Expand all Collapse all v1 v1.0.1 Apr 30, 2024 Changes in this version + func CreateSocket(addr string) (int, error) + type Server struct + func Create(addr string) (*Server, error) + func CreateFromFD(fd int) (*Server, error) + func New(socket *unet.ServerSocket) *Server + func (s *Server) FD() int + func (s *Server) Register(obj any) + func (s *Server) StartServing() error + func (s *Server) Stop(timeout time.Duration) + func (s *Server) Wait()