Run controllers on their own threads over the bus

This commit is contained in:
2026-08-20 19:40:01 +03:00
parent f449ad60ad
commit 9c355adf47
5 changed files with 84 additions and 94 deletions
+4 -1
View File
@@ -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