Rename Threads to Connection

This commit is contained in:
Joscha 2018-02-07 16:53:57 +00:00
parent e5fbc09f7b
commit c5a91968d6
2 changed files with 2 additions and 4 deletions

View file

@ -1,7 +1,5 @@
module EuphApi module EuphApi
( module EuphApi.Types ( module EuphApi.Types
, module EuphApi.Threads
) where ) where
import EuphApi.Types import EuphApi.Types
import EuphApi.Threads

View file

@ -6,7 +6,7 @@
-- | Setup consisting of a few threads to send and receive packets to and from -- | Setup consisting of a few threads to send and receive packets to and from
-- the euphoria api using a websocket connection. -- the euphoria api using a websocket connection.
module EuphApi.Threads ( module EuphApi.Connection (
-- * Connecting to euphoria -- * Connecting to euphoria
Connection Connection
, startEuphConnection , startEuphConnection