mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 06:20:23 +02:00
Move ice-9 threads to alphabetical order.
This commit is contained in:
parent
54a3c9929c
commit
aca55ba9b0
1 changed files with 3 additions and 3 deletions
|
@ -566,9 +566,6 @@ Nicely formatted output of Scheme expressions and objects
|
|||
@item (ice-9 q)
|
||||
First-in first-out queues (@pxref{Queues}).
|
||||
|
||||
@item (ice-9 threads)
|
||||
Guile's support for multi threaded execution (@pxref{Scheduling}).
|
||||
|
||||
@item (ice-9 rdelim)
|
||||
Line- and character-delimited input (@pxref{Line/Delimited}).
|
||||
|
||||
|
@ -591,6 +588,9 @@ Sequence of values calculated on-demand (@pxref{Streams}).
|
|||
@item (ice-9 syncase)
|
||||
R5RS @code{syntax-rules} macro system (@pxref{Syntax Rules}).
|
||||
|
||||
@item (ice-9 threads)
|
||||
Guile's support for multi threaded execution (@pxref{Scheduling}).
|
||||
|
||||
@item (ice-9 documentation)
|
||||
Online documentation (REFFIXME).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue