Handbook
Glossary
zmq_ctx_set ( context option optval -- int )
Vocabulary
zeromq
.
ffi
Inputs
context
an
object
option
an
object
optval
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
zeromq.ffi
LIBRARY:
zmq
FUNCTION:
int
zmq_ctx_set
( void* context,
int
option,
int
optval )