guile-knots/README.org
Christopher Baines cb5ec50b34
All checks were successful
/ test (push) Successful in 5s
Rename README
2026-03-23 15:15:26 +00:00

15 lines
441 B
Org Mode

-*- mode: org -*-
* Guile Knots
Guile Knots is a library providing higher-level patterns and building
blocks for programming with [[https://codeberg.org/guile/fibers][Guile Fibers]].
This includes:
- Parallel map/for-each with configurable concurrency limits
- Resource and thread pools
- Fiber-aware promises for lazy and eager parallel evaluation
- Timeouts for fibers and I/O ports
- A HTTP web server
- Non-blocking socket utilities