use the proxy as a package

This commit is contained in:
Zoe
2025-05-15 18:32:14 +00:00
parent c51eca5dab
commit fb2588cc3a
10 changed files with 62 additions and 142 deletions

View File

@@ -41,7 +41,7 @@ func (dt *MutexLock[T]) Unlock(id T) {
dt.mu.Lock()
defer dt.mu.Unlock()
// Remove the app from deployed tracking
// Remove the object from the map (functionally unlocking it)
if cancel, exists := dt.deployed[id]; exists {
// Cancel the context
cancel()