Scroll to navigation

GEARMAN_WORKER_ADD_OPTIONS(3) Gearmand GEARMAN_WORKER_ADD_OPTIONS(3)

NAME

gearman_worker_add_options - Gearmand Documentation, http://gearman.info/

SYNOPSIS

#include <libgearman/gearman.h>






Deprecated since version 0.21.

DESCRIPTION

gearman_worker_options() returns the gearman_worker_options_t for gearman_worker_st <#c.gearman_worker_st>. You enable options via gearman_worker_add_options() and disable options via gearman_worker_remove_options().

The currently supported options are:

Enable non-block IO for the worker.


Only grab jobs that have been assigned unique values. This is useful for workers who only want to worker with background jobs.


Has a return timeout been set for the worker.

RETURN VALUE

Various

HOME

To find out more information please check: <http://gearman.info/>

See also:


Author

Data Differential http://www.datadifferential.com/

Copyright

2011-2014, Data Differential, http://www.datadifferential.com/

January 16, 2026 1.1.21+ds