From adcb79ccd7e7db6fdaabaee36b7c30b59cd00266 Mon Sep 17 00:00:00 2001 From: Automatic website updater <> Date: Fri, 27 Jun 2025 23:40:31 +0100 Subject: [PATCH] Automatic website update --- index.html | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 0629ccb..34ccfa5 100644 --- a/index.html +++ b/index.html @@ -210,7 +210,7 @@ Next: (knots promise),
Undocumented macro. +
Let, but run each binding in a fiber in parallel.
Undocumented macro. +
Run each expression in parallel. If any expression raises an exception, +this will be raised after all exceptions have finished.
Undocumented procedure. +
Call PROC on LISTS, running up to PARALLELISM-LIMIT fibers in parallel.
Undocumented procedure. +
Map PROC over LISTS in parallel, with a PARALLELISM-LIMIT. If any of +the invocations of PROC raise an exception, this will be raised once all +of the calls to PROC have finished.
Undocumented procedure. +
Call PROC on LISTS, running up to 20 fibers in parallel.
Undocumented procedure. +
Map PROC over LISTS in parallel, running up to 20 fibers in PARALLEL. If +any of the invocations of PROC raise an exception, this will be raised +once all of the calls to PROC have finished.
Undocumented procedure. +
Map PROC over LISTS, calling #:REPORT if specified after each invocation +of PROC finishes. REPORT is passed the results for each element of +LISTS, or #f if no result has been received yet.