]> git.street.me.uk Git - andy/viking.git/commit - src/vikmapslayer.c
Replace g_thread by g_thread_pool
authorJocelyn Jaubert <jocelyn.jaubert@gmail.com>
Thu, 5 Mar 2009 20:45:58 +0000 (21:45 +0100)
committerGuilhem Bonnefille <guilhem.bonnefille@gmail.com>
Sat, 25 Apr 2009 12:46:44 +0000 (14:46 +0200)
commit634eca0ad7cc0d0b4ca3fcccbd3a76848c55f759
tree1b32fba95dd6f98f8ff34bf8465712e15b3f0554
parentda309dc275b66f9eef7acaddf28a33f59e86a34b
Replace g_thread by g_thread_pool

All g_thread are replaced by a single g_thread_pool, which gives the ability to
easily limit the number of running threads, and will make it possible to wait
for all threads to finish correctly before exisiting viking.
src/background.c
src/background.h
src/vikmapslayer.c