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

◆ stop_continuous()

void MayaFlux::Kriya::BufferPipeline::stop_continuous ( )
inline

Stop continuous execution of the pipeline.

Signals the pipeline to stop after completing the current cycle. The pipeline will gracefully terminate its execution loop. Has no effect if the pipeline is not currently executing continuously.

Note
This only sets a flag - actual termination happens at the end of the current cycle.

Definition at line 323 of file BufferPipeline.hpp.