Allow the thread pool to vary in size by basing it on a resource pool of fixed size thread pools, which are similar to the previous thread pool implementation. Fixed size thread pools don't require fibers, but thread pools now do. Some procedures work with either thread pool implementation. |
||
---|---|---|
.. | ||
non-blocking.scm | ||
parallelism.scm | ||
promise.scm | ||
queue.scm | ||
resource-pool.scm | ||
thread-pool.scm | ||
timeout.scm | ||
web-server.scm |