Data Fields
_Eina_Future_Schedule_Entry Struct Reference

A struct that represents an scheduled event. More...

Data Fields

Eina_Future_Schedulerscheduler
 The scheduler used to create the entry. More...
 

Detailed Description

A struct that represents an scheduled event.

This struct may be used by Eina to cancel a scheduled future.

See also
eina_promise_new()
Eina_Future_Scheduler
Eina_Future_Scheduler_Cb

Field Documentation

◆ scheduler

Eina_Future_Scheduler* _Eina_Future_Schedule_Entry::scheduler

The scheduler used to create the entry.

Note
This must not be NULL.