MCPcopy
hub / github.com/fish2018/pansou / InitAsyncPluginSystem

Function InitAsyncPluginSystem

plugin/plugin.go:328–330  ·  view source on GitHub ↗

InitAsyncPluginSystem 导出的初始化函数,用于确保异步插件系统初始化

()

Source from the content-addressed store, hash-verified

326
327// InitAsyncPluginSystem 导出的初始化函数,用于确保异步插件系统初始化
328func InitAsyncPluginSystem() {
329 initAsyncPlugin()
330}
331
332// acquireWorkerSlot 尝试获取工作槽
333func acquireWorkerSlot() bool {

Callers 1

initAppFunction · 0.92

Calls 1

initAsyncPluginFunction · 0.85

Tested by

no test coverage detected