mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-17 13:06:51 +02:00
Protect the shimPending variable with a sync.Mutex since it is accessed from multiple goroutines: the main loop goroutine and the server error handling goroutine. Without synchronization this is a data race. |
||
|---|---|---|
| .. | ||
| interface.go | ||
| log.go | ||
| manager.go | ||
| manager_test.go | ||