Efl.Loop.timeout

Description

A future promise that will be resolved from a clean main loop context after time seconds.

Since 1.22

Signature

timeout {
    params {
        @in time: double;
    }
    return: future<void>;
}

C signature

Eina_Future *efl_loop_timeout(Eo *obj, double time);

Parameters

  • time (in) - The time from now in second that the main loop will wait before triggering it.

Implemented by