summaryrefslogtreecommitdiff
path: root/src/parallel-decoder.lisp
diff options
context:
space:
mode:
authorPiotr Szarmanski2022-09-25 20:20:59 +0200
committerPiotr Szarmanski2022-09-25 20:20:59 +0200
commite612b3d6658489fed51d6bc9a3c5c09cb60f4b74 (patch)
treee8ff57bdcaa5a5d5ea6e617f5fcf2c40ae82854f /src/parallel-decoder.lisp
parent8db501749d47964b436bc63cafb80a17bfd42396 (diff)
Fix documentation.
Diffstat (limited to 'src/parallel-decoder.lisp')
-rw-r--r--src/parallel-decoder.lisp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/parallel-decoder.lisp b/src/parallel-decoder.lisp
index 9af1ceb..8b4f568 100644
--- a/src/parallel-decoder.lisp
+++ b/src/parallel-decoder.lisp
@@ -88,7 +88,10 @@ be destructively modified, so you MUST provide a fresh array every time. In
addition, the function MUST be thread-safe.
CACHE-CAPACITY indicates the total amount of blocks stored for all threads. Each
-thread has its own cache."
+thread has its own cache.
+
+INITIAL-BINDINGS is passed to make-thread. This is only useful if you are
+locally binding a special variable to some value."
(declare (type read-capability read-capability)
(type function fetch-function)
(type integer cache-capacity))