mirror of
https://github.com/phpv8/v8js.git
synced 2024-12-22 19:51:51 +00:00
Use concurrency::wait on Windows to sleep.
The chrono + sleep_for implementation seems not to work, due to bugs in chrono header file. And after all sleep_for calculates a time_point for sleep_until, which calculates the delta again and finally passes the number of milliseconds to concurrency::wait ...
This commit is contained in:
parent
449d66ca01
commit
6ee72b6f0a
Loading…
Reference in New Issue
Block a user