Fix CL:SLEEP for intervals less than a millisecond.
For intervals less than or equal to a nanosecond, including an interval of zero, the current thread merely yields execution to other threads. Fixes <http://abcl.org/trac/ticket/345>.
Please register or sign in to comment