Skip to documentation
SLOP

tiny.simd.PoolWaitType

Reference tiny.simd PoolWaitType

Defined in thread.pool.

API (3)

Fields and members

Public fields and members.

No direct callersNo direct callsthread.poolWaitType
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: lib/simd/src/thread/pool.zig:23

zig
pub const WaitType = enum(u8) {    block,    spin_shared,    spin_separate,};

Source: lib/simd/src/root.zig:128

zig
pub const PoolWaitType = thread.PoolWaitType;

Also reachable as

thread.PoolWaitType.

Audit

Definitions1
Public names3
Members3
Version26.7.0
Revisiondaab053ee433