Add documentation for lots of the "undocumented" bits
All checks were successful
/ test (push) Successful in 6s

In the Guile Documenta generated documentation.
This commit is contained in:
Christopher Baines 2026-03-23 11:56:53 +00:00
parent d282841a78
commit d0ff89023b
8 changed files with 140 additions and 5 deletions

View file

@ -105,6 +105,8 @@ wait on CVAR in a fiber to implement clean shutdown on Ctrl-C:
(sigaction SIGINT #f))))))
(define (call-with-temporary-thread thunk)
"Run THUNK in a temporary thread and return its result to the
calling fiber."
(let ((channel (make-channel)))
(call-with-new-thread
(lambda ()