tiny.simd.addPoolCaller
Defined in thread.pool.
Source
Source: lib/simd/src/thread/pool.zig:262
zig
pub fn addCaller( name: []const u8,) error{ EmptyCallerName, CallerNameTooLong, TooManyCallers }!Caller { return caller_registry.add(name);}Source: lib/simd/src/root.zig:137
zig
pub const addPoolCaller = thread.addCaller;Also reachable as
Audit
| Definitions | 1 |
|---|---|
| Public names | 3 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |