Skip to content

Commit

Permalink
mod
Browse files Browse the repository at this point in the history
  • Loading branch information
RyougiNevermore committed Dec 26, 2024
1 parent e399e3d commit 78e490a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion async/make.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ func Make[R any](ctx context.Context, options ...Option) (p Promise[R], err erro
times--
if times < 0 {
times = 10
time.Sleep(time.Millisecond)
runtime.Gosched()
}
}
Expand Down

0 comments on commit 78e490a

Please sign in to comment.