ecore: get rid of commands in efl_task.
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Wed, 26 Dec 2018 16:51:17 +0000 (17:51 +0100)
committerWonki Kim <wonki_.kim@samsung.com>
Fri, 8 Mar 2019 11:49:33 +0000 (20:49 +0900)
commit4d0e18387e50a8b468aaeb6a09f879700863ad21
tree27ba5d3c4cc05d156cb5a3dce9993ae8a714a09b
parent090b56322866b5d5cf5297f5a38960bef7708dd8
ecore: get rid of commands in efl_task.

Note that the usage in efl_thread.c should and could be removed.
the problem with its usage is that when the ARGUMENTS event is fired,
noone ever had the chance to subscribe to the loop of the thread yet. So
all in all this is unneccessary, since noone could ever touch that.

Differential Revision: https://phab.enlightenment.org/D7517
src/bindings/mono/efl_mono/efl_csharp_application.cs
src/lib/ecore/efl_app.eo
src/lib/ecore/efl_appthread.eo
src/lib/ecore/efl_exe.c
src/lib/ecore/efl_exe.eo
src/lib/ecore/efl_loop.c
src/lib/ecore/efl_task.c
src/lib/ecore/efl_task.eo
src/lib/ecore/efl_thread.c
src/lib/ecore/efl_thread.eo
src/lib/ecore/meson.build