Run controllers on their own threads over the bus
This commit is contained in:
@@ -82,6 +82,7 @@ library
|
||||
, bytestring
|
||||
, time
|
||||
, stm
|
||||
, async
|
||||
|
||||
-- Directories containing source files.
|
||||
hs-source-dirs: src
|
||||
@@ -123,6 +124,7 @@ test-suite home-assistant-controller-test
|
||||
-- Modules included in this executable, other than Main.
|
||||
other-modules: BusSpec
|
||||
, ConnectionSpec
|
||||
, RuntimeSpec
|
||||
|
||||
-- LANGUAGE extensions used by modules in this package.
|
||||
-- other-extensions:
|
||||
@@ -143,4 +145,5 @@ test-suite home-assistant-controller-test
|
||||
hspec,
|
||||
stm,
|
||||
aeson,
|
||||
text
|
||||
text,
|
||||
async
|
||||
|
||||
Reference in New Issue
Block a user