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

◆ set_cleanup_threshold()

void MayaFlux::Vruta::TaskScheduler::set_cleanup_threshold ( uint32_t  threshold)
inline

Set the task cleanup threshold.

Parameters
thresholdNew threshold value

This value determines how many processing units must pass before the scheduler cleans up completed tasks. Lower values increase cleanup frequency, while higher values reduce overhead.

Definition at line 321 of file Scheduler.hpp.

321{ m_cleanup_threshold = threshold; }
uint32_t m_cleanup_threshold
Threshold for task cleanup.