Document how to use thread with EFL in nice detail for "beginners" who
authorCarsten Haitzler <raster@rasterman.com>
Wed, 28 Sep 2011 11:53:41 +0000 (11:53 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Wed, 28 Sep 2011 11:53:41 +0000 (11:53 +0000)
commit42b8dbfb559ef34b173ff693d4c6f72234e57f50
treede0c6da6c770661ee48cc88b6c87bc399e56afa0
parent91b1ad42ccd74d739b1068d432957aed53b7a1e2
Document how to use thread with EFL in nice detail for "beginners" who
know already how to use threads (pthread) and then how to use that
with EFL.

SVN revision: 63641
doc/examples.dox
doc/index.doxy
src/examples/Makefile.am
src/examples/efl_thread_1.c [new file with mode: 0644]
src/examples/efl_thread_2.c [new file with mode: 0644]
src/examples/efl_thread_3.c [new file with mode: 0644]
src/examples/efl_thread_4.c [new file with mode: 0644]
src/examples/efl_thread_5.c [new file with mode: 0644]
src/examples/efl_thread_6.c [new file with mode: 0644]