package
28.0.1+incompatible
Repository: https://github.com/moby/docker.git
Documentation: pkg.go.dev

# Functions

CheckGoroutineCount returns a [poll.Check] that polls the daemon info API until the expected number of goroutines is hit.
StableGoroutineCount is a [poll.Check] that polls the daemon info API until the goroutine count is the same for 3 iterations.
WaitForStableGoroutineCount polls the daemon Info API and returns the reported goroutine count after multiple calls return the same number.