• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. setAffinity :: Word64 -> Socket a -> IO ()

    zeromq4-haskell System.ZMQ4

    zmq_setsockopt ZMQ_AFFINITY.

  2. setBacklog :: Integral i => Restricted (N0, Int32) i -> Socket a -> IO ()

    zeromq4-haskell System.ZMQ4

    zmq_setsockopt ZMQ_BACKLOG.

  3. setConflate :: Conflatable a => Bool -> Socket a -> IO ()

    zeromq4-haskell System.ZMQ4

    Restrict the outgoing and incoming socket buffers to a single message.

  4. setCurvePublicKey :: KeyFormat f -> Restricted f ByteString -> Socket a -> IO ()

    zeromq4-haskell System.ZMQ4

    zmq_setsockopt ZMQ_CURVE_PUBLICKEY.

  5. setCurveSecretKey :: KeyFormat f -> Restricted f ByteString -> Socket a -> IO ()

    zeromq4-haskell System.ZMQ4

    zmq_setsockopt ZMQ_CURVE_SECRETKEY.

  6. setCurveServer :: Bool -> Socket a -> IO ()

    zeromq4-haskell System.ZMQ4

    zmq_setsockopt ZMQ_CURVE_SERVER.

  7. setCurveServerKey :: KeyFormat f -> Restricted f ByteString -> Socket a -> IO ()

    zeromq4-haskell System.ZMQ4

    zmq_setsockopt ZMQ_CURVE_SERVERKEY.

  8. setDelayAttachOnConnect :: Bool -> Socket a -> IO ()

    zeromq4-haskell System.ZMQ4

    Deprecated: Use setImmediate

  9. setIdentity :: Restricted (N1, N254) ByteString -> Socket a -> IO ()

    zeromq4-haskell System.ZMQ4

    zmq_setsockopt ZMQ_IDENTITY.

  10. setImmediate :: Bool -> Socket a -> IO ()

    zeromq4-haskell System.ZMQ4

    zmq_setsockopt ZMQ_IMMEDIATE.

Page 449 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete