|
Zen API
|
| kStatus kParallel_ExecuteDirect | ( | kParallelFx | callback, |
| kPointer | receiver, | ||
| kPointer | content | ||
| ) |
Directly invokes the specified callback without using the thread pool.
This method can be used for testing purposes, to determine non-parallel execution time without having to significantly restructure the caller.
This method is thread-safe.
| callback | Data processing callback function. |
| receiver | Receiver argument to be provided to callback. |
| content | Content to be provided to callback via kParallelArgs.content. |