~mordred/gearmand/cancel-job

« back to all changes in this revision

Viewing changes to docs/libgearman/gearman_client_wait.rst

  • Committer: Brian Aker
  • Date: 2012-05-04 03:46:04 UTC
  • Revision ID: brian@tangent.org-20120504034604-5t22ae4v2o45zjkq
Update for libtest, documentation, and fix for root bzr dir.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
#include <libgearman/gearman.h>
11
11
 
12
 
.. c:function::gearman_return_t gearman_client_wait(gearman_client_st *client)
 
12
.. c:function:: gearman_return_t gearman_client_wait(gearman_client_st *client)
13
13
 
14
14
Link with -lgearman
15
15
 
17
17
DESCRIPTION
18
18
-----------
19
19
 
20
 
Calling :c:func:`gearman_client_wait()` causes the calling code to sleep until either the timeout in :c:type:`gearman_client_st` is reached or :program:`gearmand` responds to the client.
 
20
Calling :c:func:`gearman_client_wait` causes the calling code to sleep until either the timeout in :c:type:`gearman_client_st` is reached or :program:`gearmand` responds to the client.
21
21
 
22
22
------------
23
23
RETURN VALUE