ajwillia-ms pushed a commit to branch master.

http://git.enlightenment.org/tools/examples.git/commit/?id=95490864329c0bc884e6e91fed76f99df1f71cde

commit 95490864329c0bc884e6e91fed76f99df1f71cde
Author: Andy Williams <[email protected]>
Date:   Tue Nov 21 19:10:05 2017 +0000

    core: Add mising summary
---
 reference/c/core/src/core_loop.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/reference/c/core/src/core_loop.c b/reference/c/core/src/core_loop.c
index 09414a4..bff4711 100644
--- a/reference/c/core/src/core_loop.c
+++ b/reference/c/core/src/core_loop.c
@@ -11,7 +11,11 @@
 /*
  * Efl Core Loop examples.
  *
- * TODO
+ * A collection of loop examples. First we print out loop information and
+ * show how loops are inherited.
+ *
+ * Then we move on to the Efl.Loop.Fd and show how you could use a loop to
+ * read or write to an FD without blocking.
  */
 
 static int _count = 0;

-- 


Reply via email to