Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 等待所有执行完成
118
func
(e *Executor) Wait() {
119
e.running.Wait()
120
}
121
122
// ValidateInput 验证工具输入
123
func
ValidateInput(tool Tool, input
map
[string]any) error {
Callers
15
ExecuteBatch
Method · 0.80
CallToolsParallel
Method · 0.80
TestExitPlanModeTool_ConcurrentAccess
Function · 0.80
monitorSubagent
Method · 0.80
monitorTask
Method · 0.80
OnAgentStop
Method · 0.80
Shutdown
Method · 0.80
TestPool_ConcurrentAccess
Function · 0.80
Close
Method · 0.80
RunBatch
Function · 0.80
TestSystem_ConcurrentMessages
Function · 0.80
ShutdownWithTimeout
Method · 0.80
Calls
no outgoing calls
Tested by
5
TestExitPlanModeTool_ConcurrentAccess
Function · 0.64
TestPool_ConcurrentAccess
Function · 0.64
TestSystem_ConcurrentMessages
Function · 0.64
TestCopy_Concurrent
Function · 0.64
TestCounterConcurrency
Method · 0.64