tiny.simd.nanoSleep
Defined in thread.wait.
Source
Source: lib/simd/src/thread/wait.zig:6
zig
pub fn nanoSleep(nanoseconds: u64) bool { if (!sys.time.supportsAwakeClock()) return false; sys.time.sleepNanoseconds(nanoseconds); return true;}Source: lib/simd/src/root.zig:116
zig
pub const nanoSleep = thread.nanoSleep;Also reachable as
Audit
| Definitions | 1 |
|---|---|
| Public names | 3 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |