On Thu, 30 Nov 2017 07:34:07 +0100 Pierre Couderc <pie...@couderc.eu> said:

> I have a worker thread which produces data.
> 
> Which mechanism is recommended to awake main EFL loop to display this data?
> 
> How to create an event ?

a range of ways...  ecore_thread is probably what you want to look at for
spawning threads (with a thread pool and work queue) and feeding results back.
you can also call things from a custom thread too
ecore_thread_main_loop_begin/end and ecore_main_loop_thread_safe_call_async and
ecore_main_loop_thread_safe_call_sync ... :)

-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
Carsten Haitzler - ras...@rasterman.com


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to