GRASS GIS 7 Programmer's Manual
7.9.dev(2021)-e5379bbd7
|
GIS Library - Worker functions. More...
Go to the source code of this file.
Functions | |
void | G_begin_execute (void(*func)(void *), void *closure, void **ref, int force) |
void | G_end_execute (void **ref) |
void | G_init_workers (void) |
void | G_finish_workers (void) |
GIS Library - Worker functions.
(C) 2008-2014 by the GRASS Development Team
This program is free software under the GNU General Public License (>=v2). Read the file COPYING that comes with GRASS for details.
Definition in file worker.c.
void G_begin_execute | ( | void(*)(void *) | func, |
void * | closure, | ||
void ** | ref, | ||
int | force | ||
) |