Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for waitForWithContext (0.17 sec)

  1. staging/src/k8s.io/apimachinery/pkg/util/wait/wait.go

    type waitWithContextFunc func(ctx context.Context) <-chan struct{}
    
    // waitForWithContext continually checks 'fn' as driven by 'wait'.
    //
    // waitForWithContext gets a channel from 'wait()”, and then invokes 'fn'
    // once for every value placed on the channel and once more when the
    // channel is closed. If the channel is closed and 'fn'
    // returns false without error, waitForWithContext returns ErrWaitTimeout.
    //
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 19:14:11 UTC 2023
    - 7.1K bytes
    - Viewed (0)
Back to top