tiny.simd.PoolCaller
Defined in thread.pool.
API (2)
Actions
Public operations.
Fields and members
Public fields and members.
Source
Source: lib/simd/src/thread/pool.zig:197
zig
pub const Caller = struct { index: u8 = 0, pub fn id(self: Caller) usize { return self.index; }};Source: lib/simd/src/root.zig:133
zig
pub const PoolCaller = thread.PoolCaller;Also reachable as
Audit
| Definitions | 2 |
|---|---|
| Public names | 6 |
| Members | 1 |
| Version | 26.7.0 |
| Revision | daab053ee433 |