mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-26 22:43:13 -08:00
time.d: allow for interrupts during (sleep) on Windows
There's little reason for not doing so and on Unix systems one can already interrupt sleeping threads.
This commit is contained in:
parent
5f65deea5b
commit
4f3dc42ef6
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ cl_sleep(cl_object z)
|
|||
time = 1e-9;
|
||||
}
|
||||
} ECL_WITHOUT_FPE_END;
|
||||
ecl_musleep(time, 0);
|
||||
ecl_musleep(time, 1);
|
||||
@(return ECL_NIL);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue