Commit 3548d5e9 authored by Constantin Rack's avatar Constantin Rack Committed by GitHub

Merge pull request #2365 from somdoron/deprecate_zmq_poll

problem:zmq_poll is slow and the API is complicated
parents 580c5b28 aac8bb19
......@@ -436,7 +436,7 @@ ZMQ_EXPORT int zmq_socket_monitor (void *s, const char *addr, int events);
/******************************************************************************/
/* I/O multiplexing. */
/* Deprecated I/O multiplexing. Prefer using zmq_poller API */
/******************************************************************************/
#define ZMQ_POLLIN 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment