You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[wasm][stdlib] Don't use <thread> sleep API with swift-threading-package=none
Unfortunately `sleep_until` is defined under <thread> header even though
it does not use thread feature at all with `std::chrono::steady_clock`.
The <thread> header in libcxx is not available when thread feature is
disabled, so we need to fallback to nanosleep for the case.
0 commit comments