[][src]Module ispc::exec

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

Structs

Parallel

A multithreaded execution environment for the tasks launched in ISPC

Traits

TaskSystem

Trait to be implemented to provide ISPC task execution functionality.