MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ execute_parallel()

Vruta::SoundRoutine MayaFlux::Kriya::BufferPipeline::execute_parallel ( uint64_t  max_cycles,
uint64_t  samples_per_operation 
)
private

Definition at line 966 of file BufferPipeline.cpp.

967{
968 // TODO: Implement parallel execution strategy
969 std::cout << "PARALLEL strategy not yet implemented, using PHASED\n";
970 return execute_phased(max_cycles, samples_per_operation);
971}
Vruta::SoundRoutine execute_phased(uint64_t max_cycles, uint64_t samples_per_operation)

References execute_phased().

Referenced by execute_internal().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: