goProject/trunk/framework/goroutineMgr/doc.go
皮蛋13361098506 1b77f62820 初始化项目
2025-01-06 16:01:02 +08:00

17 lines
297 B
Go
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

package goroutineMgr
/*
goroutine的管理包提供了对goroutine的监控机制
对外提供的方法为:
// 监控指定的goroutine
Monitor(goroutineName string)
// 只添加数量,不监控
MonitorZero(goroutineName string)
// 释放监控
ReleaseMonitor(goroutineName string)
*/