ns_job_t Struct Reference

#include <nunc-stans.h>

Detailed Description

The nunc stans event and worker job object.

When a new job is created, a pointer to a struct of this object type is returned. This is the object that will be the argument to the job callback specified. Since the struct is opaque, the functions ns_job_get_data(), ns_job_get_tp(), ns_job_get_type(), ns_job_get_fd(), and ns_job_get_output_type() can be used to get information about the job. The function ns_job_done() must be used when the job should be freed.

See also
ns_job_get_data, ns_job_get_fd, ns_job_get_tp, ns_job_get_type, ns_job_get_output_type