]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - taskqueue.c
Make connections atomic. Disconnect before trying to connect.
[xonotic/darkplaces.git] / taskqueue.c
2020-01-29 havocFix line endings on taskqueue.[ch]
2020-01-23 havocRedesigned TaskQueue to have a queue and distributor...
2020-01-23 havocMove the taskqueue_state.numthreads update so that...
2020-01-23 havocLower the default value of taskqueue_maxthreads from...
2020-01-22 havoccvars are now instanced in &cvars_all as a tracking...
2020-01-18 havocAdded appropriate prototypes to taskqueue.h, added...
2020-01-18 havocAdded taskqueue.[ch].