Skip to content

Commit

Permalink
doc: clarification on reset
Browse files Browse the repository at this point in the history
  • Loading branch information
hargoniX committed Jan 13, 2025
1 parent 1addace commit 28acbc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Std/Internal/Async/Timer.lean
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ def wait (s : Sleep) : IO (AsyncTask Unit) := do

/--
If:
- `s` is still running this will delay the resolution of `AsyncTask`s created with `wait` by
`duration` milliseconds.
- `s` is still running the timer restarts counting from now and finishes after `duration`
milliseconds.
- `s` is not yet or not anymore running this is a no-op.
-/
@[inline]
Expand Down

0 comments on commit 28acbc6

Please sign in to comment.