efl/legacy
Cedric BAIL 2bb8e5ad8e * ecore_thread_run: Add a facility to run heavy code in another thread
that still integrate cleanly with the EFL.

	ecore_thread_run need two callbacks :

	* func_heavy is called from another thread and should not use the
	EFL except Eina, but carefully.

	* func_end is called when func_heavy is done, but from inside ecore
	main loop, so you can at this point call every EFL functions without
	fear.

	Note :

	The system automatically detect how many CPU you have and will spread
	the load on all of them.

	You must not assume that the result will come in the same order you
	requested it. Depend on each CPU load and how heavy the function on it
	are.



SVN revision: 41555
2009-07-31 17:06:11 +00:00
..
ecore * ecore_thread_run: Add a facility to run heavy code in another thread 2009-07-31 17:06:11 +00:00
edje back to pre ver's 2009-07-29 08:19:34 +00:00
eet RELEASE: eet 1.2.2 2009-07-29 07:54:14 +00:00
efreet back to pre ver's 2009-07-29 08:19:34 +00:00
eina * eina: Add eina_cpu_count. 2009-07-30 16:45:15 +00:00
embryo back to pre ver's 2009-07-29 08:19:34 +00:00
emotion * emotion: Remove Evas_Bool. 2009-06-18 08:01:23 +00:00
ethumb Add data/images/border-0.jpg in ethumb to EXTRA_DIST so it will be included when creating tarballs. 2009-07-21 06:01:57 +00:00
evas * eina: Add eina_cpu_count. 2009-07-30 16:45:15 +00:00
evil * src/lib/evil_main.c: 2009-06-13 08:25:28 +00:00