MCPcopy
hub / github.com/panjf2000/ants / Option

FuncType Option

options.go:28–28  ·  view source on GitHub ↗

Option represents the optional function.

func(opts *Options)

Source from the content-addressed store, hash-verified

26
27// Option represents the optional function.
28type Option func(opts *Options)
29
30func loadOptions(options ...Option) *Options {
31 opts := new(Options)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…