This commit is contained in:
Josh Soref
2024-09-13 05:40:04 -04:00
committed by GitHub
parent 71d4b3b13c
commit d547b943df
39 changed files with 48 additions and 48 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ const (
type timedAction func(timeout time.Duration, operation DoCondition) error
// Sleep pauses the current goroutine for at least the duration d.
// Deprecated: Use only when use an other Try[...] functions is not possible.
// Deprecated: Use only when use another Try[...] functions is not possible.
func Sleep(d time.Duration) {
d = applyCIMultiplier(d)
time.Sleep(d)