- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for currentGlobalBuffer (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
internal/logger/target/http/http.go
defer func() { // re-load the global buffer pointer // in case it was modified by a new target. logChLock.Lock() currentGlobalBuffer, ok := logChBuffers[name] logChLock.Unlock() if !ok { return } for _, v := range entries { select { case currentGlobalBuffer <- v: default: } } if mainWorker { drain: for { select {
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 15.6K bytes - Click Count (0)