Branch: refs/heads/master
Home: https://github.com/perl6/specs
Commit: 7e9c2b64d08bdc39b734363e81c66d7e2d01d487
https://github.com/perl6/specs/commit/7e9c2b64d08bdc39b734363e81c66d7e2d01d487
Author: Larry Wall <[email protected]>
Date: 2013-09-04 (Wed, 04 Sep 2013)
Changed paths:
M S29-functions.pod
Log Message:
-----------
merge interval and sleep-till to one function
The sleep-till function now returns a boolean to make it easy to
do cycle-skipping like the old interval function does. The old
interval function is deprecated for being a bit too special-purpose
and maintaining implicit state. Better to make the user keep the
timebase state explicit, I feel.