Safe Haskell | None |
---|---|
Language | Haskell98 |
System.ZMQ4.Internal.Base
Description
Warning: This is an internal module and subject to change without notice.
Documentation
type ZMQPollPtr = Ptr ZMQPoll Source #
pair :: ZMQSocketType Source #
pub :: ZMQSocketType Source #
sub :: ZMQSocketType Source #
xpub :: ZMQSocketType Source #
xsub :: ZMQSocketType Source #
pull :: ZMQSocketType Source #
push :: ZMQSocketType Source #
more :: ZMQMsgOption Source #
c_zmq_ctx_new :: IO ZMQCtx Source #
c_zmq_errno :: IO CInt Source #
c_zmq_poll :: ZMQPollPtr -> CInt -> CLong -> IO CInt Source #