Add commentary; nfc.
This commit is contained in:
parent
cd96d7e620
commit
e7d82febca
2 changed files with 26 additions and 4 deletions
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue