Expand description
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§
- Task
System - Trait to be implemented to provide ISPC task execution functionality.