From 75af6aed482ab16997c1388fe801f74d11ec12a4 Mon Sep 17 00:00:00 2001 From: Martin Lucina Date: Mon, 23 Jan 2012 08:54:14 +0100 Subject: Imported Upstream version 2.1.9 --- doc/zmq_poll.html | 124 ++++++++++++++++++++++++++---------------------------- 1 file changed, 59 insertions(+), 65 deletions(-) (limited to 'doc/zmq_poll.html') diff --git a/doc/zmq_poll.html b/doc/zmq_poll.html index ffbcbc0..eb1c214 100644 --- a/doc/zmq_poll.html +++ b/doc/zmq_poll.html @@ -2,15 +2,28 @@ "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> - - + + zmq_poll(3) - +
+

SYNOPSIS

int zmq_poll (zmq_pollitem_t *items, int nitems, long timeout);

+
+

DESCRIPTION

The zmq_poll() function provides a mechanism for applications to multiplex @@ -673,6 +656,8 @@ of those interfaces in ways not defined in this documentation.

+
+

RETURN VALUE

Upon successful completion, the zmq_poll() function shall return the number @@ -680,6 +665,8 @@ of zmq_pollitem_t structures with events signaled in revent events have been signaled. Upon failure, zmq_poll() shall return -1 and set errno to one of the values defined below.

+
+

ERRORS

@@ -711,6 +698,8 @@ available.
+
+

EXAMPLE

@@ -730,6 +719,8 @@ assert (rc >= 0); /* Returned events will be stored in items[].revents */
+
+

SEE ALSO

zmq_socket(3) @@ -738,17 +729,20 @@ assert (rc >= 0); zmq(7)

Your operating system documentation for the poll() system call.

+
+

AUTHORS

This ØMQ manual page was written by Martin Sustrik <sustrik@250bpm.com> and Martin Lucina <mato@kotelna.sk>.

+

-- cgit v1.2.3