Creates a new $(ZMQ) context.
A Context object that encapsulates the new context.
ZmqException if $(ZMQ) reports an error.
$(ZMQREF zmq_ctx_new())
auto ctx = Context(); assert (ctx.initialized);
See Implementation
Creates a new $(ZMQ) context.