Initial commit
This commit is contained in:
commit
2f39c58d6c
27 changed files with 2969 additions and 0 deletions
17
Makefile.am
Normal file
17
Makefile.am
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue