package
0.0.0-20210902034828-42829d4bdecd
Repository: https://github.com/baidu/go-lib.git
Documentation: pkg.go.dev

# Functions

CalcNextTime calculates the nearest time from now, given cycle and offset Params: - cycle: cycle in seconds - offset: offset of the next time; in seconds Return: - timestamp of next time.
WaitTill waits until toTime Params: - toTime: time to wait until.