Each item in the queue can have a priority attribute, optinally set by the user, that dictats how _important that item is.
This could organize the order the functions are executed.
In addition, based on other factors (memory, cpu) the lib can make an intelligent decision to skip a cycle.
Each item in the queue can have a
priorityattribute, optinally set by the user, that dictats how _important that item is.This could organize the order the functions are executed.
In addition, based on other factors (memory, cpu) the lib can make an intelligent decision to skip a cycle.