Detaches from the $(ZMQ) context.
If this is the last reference to the context, it will be destroyed with $(ZMQREF zmq_ctx_term()).
ZmqException if $(ZMQ) reports an error.
auto ctx = Context(); assert (ctx.initialized); ctx.detach(); assert (!ctx.initialized);
See Implementation
Detaches from the $(ZMQ) context.
If this is the last reference to the context, it will be destroyed with $(ZMQREF zmq_ctx_term()).