Add documentation for lots of the "undocumented" bits
All checks were successful
/ test (push) Successful in 6s
All checks were successful
/ test (push) Successful in 6s
In the Guile Documenta generated documentation.
This commit is contained in:
parent
d282841a78
commit
d0ff89023b
8 changed files with 140 additions and 5 deletions
|
|
@ -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 ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue