![]() | ![]() | ![]() | sleep-nearly-forever | ![]() |
|
| &optional seconds | [Function] |
Purpose
A maximum-time-bounded sleep.
Package :portable-threads
Module :portable-threads
Arguments and values
| seconds | An integer (default is
|
Description
Calls sleep with seconds or sleep function for very long duration sleeping, by truncating the duration to
See also
nearly-forever-seconds
Examples
> (sleep-nearly-forever) ; sleep for a very long time
...
> (sleep-nearly-forever ; sleep as long as the above
(* 2 nearly-forever-seconds))
...
>
The GBBopen Project
![]() | ![]() | ![]() | sleep-nearly-forever | ![]() |