port-utils-0.2.0.0: src/Network/Socket/Wait.hs
module Network.Socket.Wait
( -- * Simple Wait Api
wait
-- * Advanced Wait Api
, waitWith
, EventHandlers (..)
, defaultDelay
) where
import Network.Socket.Wait.Internalmodule Network.Socket.Wait
( -- * Simple Wait Api
wait
-- * Advanced Wait Api
, waitWith
, EventHandlers (..)
, defaultDelay
) where
import Network.Socket.Wait.Internal