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
|
|
@ -39,6 +39,10 @@
|
|||
(thunk fibers-promise-thunk)
|
||||
(values-box fibers-promise-values-box)
|
||||
(evaluated-condition fibers-promise-evaluated-condition))
|
||||
(set-procedure-property!
|
||||
(macro-transformer (module-ref (current-module) 'fibers-promise?))
|
||||
'documentation
|
||||
"Return @code{#t} if OBJ is a @code{<fibers-promise>}.")
|
||||
|
||||
(define (fibers-delay thunk)
|
||||
"Return a new fiber-aware promise that will evaluate THUNK when
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue