mirror of
https://github.com/lordmathis/llamactl.git
synced 2025-11-06 09:04:27 +00:00
Remove deprecated operation mutex in instanceManager
This commit is contained in:
@@ -40,8 +40,7 @@ type instanceManager struct {
|
|||||||
localNodeName string // Name of the local node
|
localNodeName string // Name of the local node
|
||||||
|
|
||||||
// Synchronization
|
// Synchronization
|
||||||
operationMu sync.Mutex // DEPRECATED: Use instanceLocks for per-instance operations
|
instanceLocks sync.Map // map[string]*sync.Mutex - per-instance locks for concurrent operations
|
||||||
instanceLocks sync.Map // map[string]*sync.Mutex - per-instance locks for concurrent operations
|
|
||||||
shutdownOnce sync.Once
|
shutdownOnce sync.Once
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user