Repositories (1)

concat
1 snippets stored for this repo
// XXX and in the meantime, it holds the manifest store lock...
		// XXX The solution to this problem is to fetch keys asynchronously
		// XXX with back-off/retry logic; impl is complicated though, so for now
		// XXX damn the torpedoes (but at least release the lock)
		mfs.mx.Unlock()
		pubk, err = mc.LookupEntityKey(mf.Entity, mf.KeyId)
		mfs.mx.Lock()