raster pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=93b4571d69fa9572fc141ad5118ad5637bc4d769

commit 93b4571d69fa9572fc141ad5118ad5637bc4d769
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Tue Sep 10 17:53:59 2019 +0100

    efl task - go back to non beta... this breaks the world
---
 src/lib/ecore/efl_task.eo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/ecore/efl_task.eo b/src/lib/ecore/efl_task.eo
index 6182e7c8f7..6fd162bd90 100644
--- a/src/lib/ecore/efl_task.eo
+++ b/src/lib/ecore/efl_task.eo
@@ -21,7 +21,7 @@ enum Efl.Task_Flags {
    exit_with_parent   = 8, [[Exit when parent exits.]]
 }
 
-abstract @beta Efl.Task extends Efl.Loop_Consumer
+abstract Efl.Task extends Efl.Loop_Consumer
 {
    [[EFL's abstraction for a task (process).
      @since 1.22

-- 


Reply via email to