Efl.Loop.idle

Description

A future promise that will be resolved from a clean main loop context as soon as the main loop is idle.

This is a low priority version of Efl.Loop.job

Since 1.22

Signature

idle {
    return: future<void>;
}

C signature

Eina_Future *efl_loop_idle(Eo *obj);

Implemented by