package
0.0.0-20241106130736-5aea0a935024
Repository: https://github.com/floattech/floatbox.git
Documentation: pkg.go.dev

# Functions

NewCustomOnce use a custom locker.
NewOnce use sync.Mutex as its locker.
SleepAbout1sTo2s 随机阻塞等待 1 ~ 2s.

# Variables

CronTab 全局定时器.
GlobalInitMutex 在 init 时被冻结, main 初始化完成后解冻.

# Structs

Once is an object that will perform exactly one action.