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

◆ auto_generate_name()

std::string MayaFlux::Vruta::TaskScheduler::auto_generate_name ( std::shared_ptr< Routine routine) const
private

Generate automatic name for a routine based on its type.

Parameters
routineThe routine to name
Returns
Generated name

Definition at line 190 of file Scheduler.cpp.

191{
192 return "task_" + std::to_string(get_next_task_id());
193}
uint64_t get_next_task_id() const
Generates a unique task ID for new tasks.

References get_next_task_id().

Referenced by add_task().

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