Progress meow
This commit is contained in:
parent
490b788e7b
commit
814316ab1e
11 changed files with 279 additions and 35 deletions
2
storage/cache/coderPools.go
vendored
2
storage/cache/coderPools.go
vendored
|
@ -95,7 +95,7 @@ func NewDecoderPool() *DecoderPool {
|
|||
}
|
||||
|
||||
// Decode some value with gob
|
||||
func (p *DecoderPool) Encode(raw []byte, target any) error {
|
||||
func (p *DecoderPool) Decode(raw []byte, target any) error {
|
||||
var encoder *gobDecoder
|
||||
// First try to find an available encoder
|
||||
// Read only lock should be fine here since locks are atomic i
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue