Slow down the loop execution by forcing sleep for a small period of time every time the loop iterates/loops.
Since 1.22
@property throttle { get {} set {} values { amount: double; } }
double efl_loop_throttle_get(const Eo *obj); void efl_loop_throttle_set(Eo *obj, double amount);