Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add * as a possible parameter to sleep-like subs
  • Loading branch information
lizmat committed Sep 11, 2013
1 parent 7e9c2b6 commit 157b605
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion S29-functions.pod
Expand Up @@ -272,7 +272,8 @@ if you really just want to keep rolling over in bed until your alarm
goes off at a particular time, use C<sleep-till> instead, since it
is not subject to relative clock drift.

All of these sleep functions work only on the current thread.
All of these sleep functions work only on the current thread and also
accept * (Whatever) as an indication to sleep indefinitely.

=item sleep-timer

Expand Down

0 comments on commit 157b605

Please sign in to comment.