Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
tag_with_origin.go 386 Bytes
Copy Edit Raw Blame History
// +build !recorder
// +build !recorder_grpc
// +build !replayer
package sharingan
// GetCurrentGoRoutineID get current goroutineID incase SetDelegatedFromGoRoutineID
func GetCurrentGoRoutineID() int64 {
return 0
}
// SetDelegatedFromGoRoutineID should be used when this goroutine is doing work for another goroutine
func SetDelegatedFromGoRoutineID(gID int64) {
}
func init() {
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化