From 1a0b921789d0671e7d493c53b059f1ca5ea426ad Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Sat, 26 Aug 2017 19:06:27 -0300 Subject: [PATCH] Eina_Future: add to eina_types.eot --- src/lib/eo/eina_types.eot | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lib/eo/eina_types.eot b/src/lib/eo/eina_types.eot index f307095d7b..8c91919ac5 100644 --- a/src/lib/eo/eina_types.eot +++ b/src/lib/eo/eina_types.eot @@ -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.]] \ No newline at end of file + rejections and cancelations to a safe context.]]