MCPcopy Create free account
hub / github.com/astercloud/aster / Wait

Method Wait

pkg/tools/executor.go:118–120  ·  view source on GitHub ↗

Wait 等待所有执行完成

()

Source from the content-addressed store, hash-verified

116
117// Wait 等待所有执行完成
118func (e *Executor) Wait() {
119 e.running.Wait()
120}
121
122// ValidateInput 验证工具输入
123func ValidateInput(tool Tool, input map[string]any) error {

Callers 15

ExecuteBatchMethod · 0.80
CallToolsParallelMethod · 0.80
monitorSubagentMethod · 0.80
monitorTaskMethod · 0.80
OnAgentStopMethod · 0.80
ShutdownMethod · 0.80
CloseMethod · 0.80
RunBatchFunction · 0.80
ShutdownWithTimeoutMethod · 0.80

Calls

no outgoing calls

Tested by 5

TestCopy_ConcurrentFunction · 0.64