Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
65
func
longRunningPoolFunc(arg any) {
66
<-arg.(
chan
struct
{})
67
}
68
69
func
longRunningPoolFuncCh(ch
chan
struct
{}) {
70
<-ch
Callers
1
TestNonblockingSubmitWithFunc
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…