Documentation
¶
Index ¶
- func CloseSender[T any](sender sndr.Sender[T]) (err error)
- func CloseServer(server *csrv.Server, wg *sync.WaitGroup) (err error)
- func MakeSender[T any](addr string, clientsCount int, codec cln.Codec[T]) (sender sndr.Sender[T], err error)
- func StartServer[T any](addr string, workersCount int, codec srv.Codec[T], receiver T, ...) (server *csrv.Server, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MakeSender ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.