guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-core/ice-9 threads.scm


From: Thien-Thi Nguyen
Subject: guile/guile-core/ice-9 threads.scm
Date: Sat, 28 Apr 2001 11:54:16 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Thien-Thi Nguyen <>     01/04/28 11:54:16

Modified files:
        guile-core/ice-9: threads.scm 

Log message:
        Add commentary; nfc.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/ice-9/threads.scm.diff?cvsroot=OldCVS&tr1=1.6&tr2=1.7&r1=text&r2=text

Patches:
Index: guile/guile-core/ice-9/threads.scm
diff -u guile/guile-core/ice-9/threads.scm:1.6 
guile/guile-core/ice-9/threads.scm:1.7
--- guile/guile-core/ice-9/threads.scm:1.6      Fri Apr  6 02:51:25 2001
+++ guile/guile-core/ice-9/threads.scm  Sat Apr 28 11:54:16 2001
@@ -23,6 +23,14 @@
 ;;;; ----------------------------------------------------------------
 ;;;;
 
+;;; Commentary:
+
+;; This module is documented in the Guile Reference Manual.
+;; Briefly, one procedure is exported: `%thread-handler';
+;; as well as four macros: `make-thread', `begin-thread',
+;; `with-mutex' and `monitor'.
+
+;;; Code:
 
 (define-module (ice-9 threads))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]