From 95490864329c0bc884e6e91fed76f99df1f71cde Mon Sep 17 00:00:00 2001 From: Andy Williams Date: Tue, 21 Nov 2017 19:10:05 +0000 Subject: [PATCH] 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 09414a4d..bff47111 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;