Rename Threads to Connection
This commit is contained in:
parent
e5fbc09f7b
commit
c5a91968d6
2 changed files with 2 additions and 4 deletions
|
|
@ -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
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue