Documentation ¶ Index ¶ func IsECS() bool func Set(opts ...config.Option) (func(), error) func WithLogger(printf func(format string, args ...any)) config.Option Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func IsECS ¶ added in v1.1.0 func IsECS() bool IsECS returns true if detected ECS environment. func Set ¶ func Set(opts ...config.Option) (func(), error) Set sets GOMAXPROCS based on the CPU limit of the container and the task. returns a function to reset GOMAXPROCS to its previous value and an error if one occurred. If the GOMAXPROCS environment variable is set, it will honor that value. func WithLogger ¶ added in v1.1.0 func WithLogger(printf func(format string, args ...any)) config.Option WithLogger sets the logger. By default, no logger is set. Types ¶ This section is empty. Source Files ¶ View all Source files maxprocs.go Click to show internal directories. Click to hide internal directories.