MCPcopy
hub / github.com/go-redsync/redsync / Option

Interface Option

redsync.go:55–57  ·  view source on GitHub ↗

An Option configures a mutex.

Source from the content-addressed store, hash-verified

53
54// An Option configures a mutex.
55type Option interface {
56 Apply(*Mutex)
57}
58
59// OptionFunc is a function that configures a mutex.
60type OptionFunc func(*Mutex)

Callers 1

NewMutexMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…