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

Function NewLongRunningExecutor

pkg/tools/long_running.go:93–95  ·  view source on GitHub ↗

NewLongRunningExecutor 创建长时运行工具执行器

()

Source from the content-addressed store, hash-verified

91
92// NewLongRunningExecutor 创建长时运行工具执行器
93func NewLongRunningExecutor() *LongRunningExecutor {
94 return &LongRunningExecutor{}
95}
96
97// StartAsync 异步启动工具
98func (e *LongRunningExecutor) StartAsync(

Callers 5

basicAsyncExampleFunction · 0.92
progressTrackingExampleFunction · 0.92
cancellationExampleFunction · 0.92
concurrentTasksExampleFunction · 0.92
cleanupExampleFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected