#include "Envision/env_job_server.h"
Go to the source code of this file.
Functions | |
void | env_set_job_server (env_job_server *server_func, void *server_data) |
void | env_run_jobs (const struct env_job *jobs, const env_size_t njobs) |
Variables | |
static env_job_server * | g_job_server_func = 0 |
static void * | g_job_server_data = 0 |
Definition in file env_job_server.c.