# 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.