Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 52 of 52 for Openat (0.08 sec)

  1. pkg/kube/client.go

    // library. However, that library will poll with 100ms fixed interval. Often the cache syncs in a few
    // ms, but we are delayed a full 100ms. This is especially apparent in tests, which previously spent
    // most of their time just in the 100ms wait interval.
    //
    // To optimize this, this function performs exponential backoff. This is generally safe because
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 25 14:44:17 UTC 2024
    - 39K bytes
    - Viewed (0)
  2. src/os/exec/exec.go

    	// support shutdown signals but are expected to always finish quickly.
    	//
    	// Cancel will not be called if Start returns a non-nil error.
    	Cancel func() error
    
    	// If WaitDelay is non-zero, it bounds the time spent waiting on two sources
    	// of unexpected delay in Wait: a child process that fails to exit after the
    	// associated Context is canceled, and a child process that exits but leaves
    	// its I/O pipes unclosed.
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 20:13:53 UTC 2024
    - 41.4K bytes
    - Viewed (0)
Back to top