Efl.Loop.job

Description

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

This has higher priority, for low priority use Efl.Loop.idle

Since 1.22

Signature

job {
    return: future<void>;
}

C signature

Eina_Future *efl_loop_job(Eo *obj);

Implemented by