OK, it's online now. http://api.zeromq.org/4-2:zmq-ctx-set
FWIW, the names might be shorter. E.g. ZMQ_SCHEDULING and ZMQ_PRIORITY. Also the lack of abstraction is a little sad. It's not nice to expose system internals in this way. I'd try to make something like ZMQ_PRIORITY_LOW, _MED, _HIGH and map those internally, and possibly document the mapping somewhere. -Pieter On Mon, Sep 14, 2015 at 6:04 PM, Pieter Hintjens <[email protected]> wrote: > It's manual. I'll do it now. > > On Mon, Sep 14, 2015 at 5:22 PM, Leonard Michelet > <[email protected]> wrote: >> Hello, few weeks ago, I added documentation about context's options >> ZMQ_THREAD_SCHED_POLICY and ZMQ_THREAD_PRIORITY on the github master and 4.1 >> branch. But these changes are not visible on the >> http://api.zeromq.org/4-2:zmq-ctx-set page. What is the process to update >> these pages? >> _______________________________________________ >> zeromq-dev mailing list >> [email protected] >> http://lists.zeromq.org/mailman/listinfo/zeromq-dev _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
