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
+2
View File
@@ -3,8 +3,10 @@ module Main (main) where
import Test.Hspec (hspec)
import qualified BusSpec
import qualified ConnectionSpec
import qualified RuntimeSpec
main :: IO ()
main = hspec $ do
BusSpec.spec
ConnectionSpec.spec
RuntimeSpec.spec