packages feed

websockets-0.5.1.0: src/Network/WebSockets/Internal.hs

-- | This module exports some extra functions. However, note that these
-- utilities are primarily meant for internal use, and can change between minor
-- releases.
module Network.WebSockets.Internal
    ( S.iterSocket
    ) where

import qualified Network.WebSockets.Socket as S