MCPcopy
hub / github.com/panjf2000/ants / longRunningPoolFunc

Function longRunningPoolFunc

ants_benchmark_test.go:65–67  ·  view source on GitHub ↗
(arg any)

Source from the content-addressed store, hash-verified

63}
64
65func longRunningPoolFunc(arg any) {
66 <-arg.(chan struct{})
67}
68
69func longRunningPoolFuncCh(ch chan struct{}) {
70 <-ch

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…