Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ctxDoneCh (0.09 sec)

  1. internal/http/listener.go

    	ctxDoneCh   <-chan struct{}
    	ctxCanceler context.CancelFunc
    }
    
    // start - starts separate goroutine for each TCP listener.  A valid new connection is passed to httpListener.acceptCh.
    func (listener *httpListener) start() {
    	// Closure to handle listener until httpListener.ctxDoneCh channel is closed.
    	handleListener := func(idx int, ln net.Listener) {
    		for {
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Sun Sep 28 20:59:21 UTC 2025
    - 5.8K bytes
    - Viewed (0)
Back to top