Mostly to no longer sleep in the main fiber. Now the main fiber just spawns other fibers when it would previously block on put-operation and these other fibers communicate back to the main resource pool fiber when necessary. This should mean that the resource pool is more responsive. |
||
|---|---|---|
| .. | ||
| non-blocking.scm | ||
| parallelism.scm | ||
| promise.scm | ||
| queue.scm | ||
| resource-pool.scm | ||
| timeout.scm | ||
| web-server.scm | ||
| worker-threads.scm | ||