Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
split sleep() into three functions
Specify sleep in terms of Reals, Durations and Instants, so that Int, Rat and FatRat types are also allowed as inputs. Use sleep() now when you don't care how long it really sleeps, and you may use sleep-timer() to convey the intent to measure remaining time. Use sleep-till() to sleep to a particular Instant without cumulative clock drift.
- Loading branch information
Showing
1 changed file
with
39 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters