MCPcopy
hub / github.com/redis/go-redis / perform

Function perform

main_test.go:266–269  ·  view source on GitHub ↗
(n int, cbs ...func(int))

Source from the content-addressed store, hash-verified

264}
265
266func perform(n int, cbs ...func(int)) {
267 wg := performAsync(n, cbs...)
268 wg.Wait()
269}
270
271func eventually(fn func() error, timeout time.Duration) error {
272 errCh := make(chan error, 1)

Callers 3

ring_test.goFile · 0.70
race_test.goFile · 0.70
pool_test.goFile · 0.70

Calls 2

performAsyncFunction · 0.85
WaitMethod · 0.80

Tested by

no test coverage detected