MayaFlux 0.4.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 1015 of file BufferPipeline.cpp.

1016{
1017 // TODO: Implement parallel execution strategy
1019 "PARALLEL strategy not yet implemented, using PHASED as fallback");
1020 return execute_phased(max_cycles, samples_per_operation);
1021}
#define MF_WARN(comp, ctx,...)
Vruta::SoundRoutine execute_phased(uint64_t max_cycles, uint64_t samples_per_operation)
@ CoroutineScheduling
Coroutine scheduling and temporal coordination (Vruta::TaskScheduler)
@ Kriya
Automatable tasks and fluent scheduling api for Nodes and Buffers.

References MayaFlux::Journal::CoroutineScheduling, execute_phased(), MayaFlux::Journal::Kriya, and MF_WARN.

Referenced by execute_internal().

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