Tizen Native API
7.0
|
_Eina_Future_Schedule_Entry Struct Reference
Public Attributes | |
Eina_Future_Scheduler * | scheduler |
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
Member Data Documentation
The scheduler used to create the entry.
- Note:
- This must not be
NULL
.