Initial commit

This commit is contained in:
Christopher Baines 2024-11-19 18:43:43 +00:00
commit 2f39c58d6c
27 changed files with 2969 additions and 0 deletions

17
Makefile.am Normal file
View file

@ -0,0 +1,17 @@
include guile.am
SOURCES = \
knots.scm \
knots/non-blocking.scm \
knots/parallelism.scm \
knots/promise.scm \
knots/queue.scm \
knots/resource-pool.scm \
knots/timeout.scm \
knots/web-server.scm \
knots/worker-threads.scm
EXTRA_DIST = \
README \
bootstrap \
pre-inst-env.in