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

◆ get_cleanup_threshold()

uint32_t MayaFlux::Vruta::TaskScheduler::get_cleanup_threshold ( ) const
inline

Get the task cleanup threshold.

This value determines how many processing units must pass before the scheduler cleans up completed tasks.

Definition at line 312 of file Scheduler.hpp.

312{ return m_cleanup_threshold; }
uint32_t m_cleanup_threshold
Threshold for task cleanup.