Skip to content

v1.1.0

Compare
Choose a tag to compare
@rdforte rdforte released this 17 Dec 02:47
· 3 commits to main since this release
0281e1c
  • Set function returns an error and an undo function which is responsible for reverting GOMAXPROCS to its previous value.
  • Set function Applies functional options pattern to allow for extending the config
  • Adds the WithLogger method which allows the client to add their own logger that adheres to Printf to Set function.
  • Set function Checks to see if GOMAXPROCS env variable is already set and then honours it.
  • Adds a new method IsECS to check if current process running in ECS.