Add (knots web)
All checks were successful
/ test (push) Successful in 7s

This commit is contained in:
Christopher Baines 2026-03-18 09:51:54 +00:00
parent db9b549e59
commit 8cff54ea43
3 changed files with 429 additions and 0 deletions

View file

@ -5,6 +5,7 @@ SOURCES = \
knots/non-blocking.scm \
knots/parallelism.scm \
knots/promise.scm \
knots/web.scm \
knots/queue.scm \
knots/resource-pool.scm \
knots/sort.scm \
@ -18,6 +19,7 @@ SCM_TESTS = \
tests/parallelism.scm \
tests/promise.scm \
tests/queue.scm \
tests/web.scm \
tests/resource-pool.scm \
tests/sort.scm \
tests/thread-pool.scm \