Handbook
Glossary
zmq_poll ( items nitems timeout -- int )
Vocabulary
zeromq
.
ffi
Inputs
items
an
object
nitems
an
object
timeout
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
zeromq.ffi
LIBRARY:
zmq
FUNCTION:
int
zmq_poll
( zmq_pollitem_t* items,
int
nitems,
long
timeout )