Add more detail to the README.
This commit is contained in:
parent
8e29587ec1
commit
79d5603416
1 changed files with 13 additions and 2 deletions
15
README
15
README
|
|
@ -1,4 +1,15 @@
|
||||||
-*- mode: org -*-
|
-*- mode: org -*-
|
||||||
|
|
||||||
This Guile library provides useful patterns and functionality to use
|
* Guile Knots
|
||||||
Guile Fibers.
|
|
||||||
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue