Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TypedStream (0.07 sec)

  1. internal/grid/handlers.go

    			xioutil.SafeClose(outT)
    			<-outDone
    			return rErr
    		}, OutCapacity: h.OutCapacity, InCapacity: h.InCapacity, Subroute: strings.Join(subroute, "/"),
    	})
    }
    
    // TypedStream is a stream with specific types.
    type TypedStream[Req, Resp RoundTripper] struct {
    	// responses from the remote server.
    	// Channel will be closed after error or when remote closes.
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon Sep 09 16:58:30 UTC 2024
    - 27.7K bytes
    - Viewed (0)
Back to top