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

◆ with_strategy()

BufferPipeline & MayaFlux::Kriya::BufferPipeline::with_strategy ( ExecutionStrategy  strategy)
inline

Set the execution strategy for this pipeline.

Parameters
strategyExecution coordination strategy
Returns
Reference to this pipeline for chaining

Definition at line 225 of file BufferPipeline.hpp.

226 {
227 m_execution_strategy = strategy;
228 return *this;
229 }