memo

package
v0.0.0-...-0c35626 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 1, 2021 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Overview

Package memo zapewnia współbieżnie bezpieczną memoizację funkcji typu Func. Żądania dla różnych kluczy są wykonywane równolegle. Współbieżne żądania dla tego samego klucza blokują, dopóki pierwsze nie zostanie zakończone. Ta implementacja wykorzystuje Mutex.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Func

type Func func(string) (interface{}, error)

Func jest typem funkcji, która ma być zmemoizowana.

type Memo

type Memo struct {
	// contains filtered or unexported fields
}

func New

func New(f Func) *Memo

func (*Memo) Get

func (memo *Memo) Get(key string) (value interface{}, err error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL