zmq_ctx_new (3) Linux Manual Page
zmq_ctx_new – create new 0MQ context Synopsis void *zmq_ctx_new(); Description The zmq_ctx_new() function creates a new 0MQ context. This function replaces the deprecated function zmq_init(3). Thread safety. A 0MQ context is thread safe and may be shared among as many application threads as necessary, without any additional locking required on the part of the caller….
