1
Fork 0
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:
Kevin Ryde 2005-01-08 00:15:57 +00:00
parent 54a3c9929c
commit aca55ba9b0

View file

@ -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).