Eina_Future: add to eina_types.eot

This commit is contained in:
Gustavo Sverzut Barbieri 2017-08-26 19:06:27 -03:00
parent 701aab803d
commit 1a0b921789
1 changed files with 3 additions and 1 deletions

View File

@ -63,6 +63,8 @@ struct @extern Eina.Rw_Slice {
struct @extern Eina.Value.Type; [[Eina value type]]
struct @extern Eina.Future; [[Eina Future handles]]
struct @extern Eina.Future.Scheduler; [[This struct is used as a bridge between Eina and the future scheduler.
By using the provided functions Eina can schedule futures resolutions,
rejections and cancelations to a safe context.]]
rejections and cancelations to a safe context.]]