Update fibers link
All checks were successful
/ test (push) Successful in 5s

This commit is contained in:
Christopher Baines 2026-03-23 17:16:26 +00:00
parent cb5ec50b34
commit 86dca4e082

View file

@ -16,10 +16,10 @@
@top Overview @top Overview
Guile Knots is a library providing tools and patterns for programming Guile Knots is a library providing tools and patterns for programming
with @url{https://github.com/wingo/fibers, Guile Fibers}. Guile Knots with @url{https://codeberg.org/guile/fibers, Guile Fibers}. Guile
provides higher level building blocks for writing programs using Guile Knots provides higher level building blocks for writing programs using
Fibers, including managing code that can't run in a thread used by Guile Fibers, including managing code that can't run in a thread used
fibers. Also included is a web server implementation using Fibers, by fibers. Also included is a web server implementation using Fibers,
which while being similar to the web server provided by Fibers, can which while being similar to the web server provided by Fibers, can
provide some benefits in specific circumstances. provide some benefits in specific circumstances.