Event loop!

This commit is contained in:
2026-05-19 17:00:36 -05:00
parent 2e13583de3
commit 020fa769a9
5 changed files with 622 additions and 11 deletions

View File

@@ -52,6 +52,7 @@ executable tricu
, megaparsec
, memory
, mtl
, network
, servant
, sqlite-simple
, stm
@@ -102,6 +103,7 @@ benchmark tricu-bench
, megaparsec
, memory
, mtl
, network
, sqlite-simple
, text
, time
@@ -148,6 +150,7 @@ test-suite tricu-tests
, megaparsec
, memory
, mtl
, network
, servant
, sqlite-simple
, stm