Skip to main content

Crate phasesmith_execution

Crate phasesmith_execution 

Source
Expand description

Explicit bounded execution contexts for native PhaseSmith kernels.

Structs§

ExecutionContext
Reusable, operation-owned worker pool with deterministic ordered mapping.
ExecutionPolicy
Immutable worker-budget policy with one persistent bounded execution pool.

Enums§

ExecutionPolicyError
Invalid or unconstructable native execution policy.

Constants§

DEFAULT_EXECUTION_THREADS
Default fixed worker budget used by scripts and applications.
DEFAULT_MINIMUM_PARALLEL_TASKS
Default number of independent tasks required before parallel scheduling.