tiny.simd.poolWaitName
Defined in thread.pool.
Source
Source: lib/simd/src/thread/pool.zig:29
zig
pub fn waitName(wait_type: WaitType) []const u8 { return switch (wait_type) { .block => "Block", .spin_shared => "Single", .spin_separate => "Separate", };}Source: lib/simd/src/root.zig:129
zig
pub const poolWaitName = thread.poolWaitName;Also reachable as
Audit
| Definitions | 1 |
|---|---|
| Public names | 3 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |