Efl.Loop.throttle

Description

Slow down the loop execution by forcing sleep for a small period of time every time the loop iterates/loops.

Since 1.22

Values

  • amount - Time to sleep for each "loop iteration"

Signature

@property throttle {
    get {}
    set {}
    values {
        amount: double;
    }
}

C signature

double efl_loop_throttle_get(const Eo *obj);
void efl_loop_throttle_set(Eo *obj, double amount);

Implemented by