guile-knots/README.org

16 lines
441 B
Org Mode
Raw Normal View History

2024-11-19 18:43:43 +00:00
-*- mode: org -*-
2026-03-17 21:35:45 +00:00
* 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