package
1.0.11
Repository: https://github.com/rudderlabs/config-backend.git
Documentation: pkg.go.dev

# Functions

Go Starts the excution of the function passed as argument in a new GoroutineTHING TO NOTE: If the function you are intending to run inside a goroutine takes any parameters,before calling this function, create local variable for every argument (so that evaluation of the argument happens immediately)and then pass those local variables as argumentsEx.