Module ispc::exec

source · []
Expand description

Defines the trait that must be implemented by ISPC task execution systems and provides a default threaded one for use.

Structs

A multithreaded execution environment for the tasks launched in ISPC

Traits

Trait to be implemented to provide ISPC task execution functionality.