on package:zeromq4-haskell

Activate setting
A uniform way to restrict values.
Sockets which can be conflated.
A 0MQ context representation.
ZMQ_DONTWAIT (Only relevant on Windows.)
Restricts the outgoing and incoming socket buffers to a single message.
Connect the socket to the given address (cf. zmq_connect).
Initialize a 0MQ context. Equivalent to zmq_ctx_new.
Deprecated: Use immediate
Disconnect the socket from the given endpoint (cf. zmq_disconnect).
Deprecated: Use ipv6
Monitor socket events (cf. zmq_socket_monitor). This function returns a function which can be invoked to retrieve the next socket event, potentially blocking until the next one becomes available. When applied to False, monitoring will terminate, i.e. internal monitoring resources will be disposed. Consequently after monitor has been invoked, the returned function must be applied once to False.