This commit is contained in:
parent
db9b549e59
commit
8cff54ea43
3 changed files with 429 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue