Skip to content

Commit

Permalink
remove pasto defaults to sleep variants
Browse files Browse the repository at this point in the history
  • Loading branch information
TimToady committed Sep 11, 2013
1 parent 157b605 commit 6440475
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions S29-functions.pod
Expand Up @@ -19,8 +19,8 @@ Synopsis 29: Builtin Functions

Created: 12 Mar 2005

Last Modified: 4 Sep 2013
Version: 58
Last Modified: 11 Sep 2013
Version: 59

The document is a draft.

Expand Down Expand Up @@ -277,7 +277,7 @@ accept * (Whatever) as an indication to sleep indefinitely.

=item sleep-timer

multi sleep-timer ( Real $for = Inf --> Duration )
multi sleep-timer ( Real $for --> Duration )

Just like C<sleep>, but returns the amount of time remaining to sleep
as a C<Duration> (which will be 0 if the call was not interrupted).
Expand All @@ -291,7 +291,7 @@ the first place.)

=item sleep-till

multi sleep-till ( Instant $till = Inf --> Bool )
multi sleep-till ( Instant $till --> Bool )

Just like C<sleep>, but checks the current time and goes back to
sleep if accidentally woken up early, to guarantee waiting until the
Expand Down

0 comments on commit 6440475

Please sign in to comment.