package
0.0.0-20241103145216-68af9c3bd6a3
Repository: https://github.com/github-hewei/go-study.git
Documentation: pkg.go.dev
# Functions
WaitForCallbackWithContext 尝试执行cb函数,直到cb函数返回nil或者超时.
WaitForServer 尝试链接url对应的服务器 在一分钟之内,使用指数退避策略重试连接 所有的尝试失败后,返回错误.