Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for buildC (0.07 sec)

  1. src/net/http/h2_bundle.go

    // synctestGroupInterface is the methods of synctestGroup used by Server and Transport.
    // It's defined as an interface here to let us keep synctestGroup entirely test-only
    // and not a part of non-test builds.
    type http2synctestGroupInterface interface {
    	Join()
    	Now() time.Time
    	NewTimer(d time.Duration) http2timer
    	AfterFunc(d time.Duration, f func()) http2timer
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
Back to top