diff options
author | Piotr Szarmanski | 2022-09-25 20:20:59 +0200 |
---|---|---|
committer | Piotr Szarmanski | 2022-09-25 20:20:59 +0200 |
commit | e612b3d6658489fed51d6bc9a3c5c09cb60f4b74 (patch) | |
tree | e8ff57bdcaa5a5d5ea6e617f5fcf2c40ae82854f /src/parallel-decoder.lisp | |
parent | 8db501749d47964b436bc63cafb80a17bfd42396 (diff) |
Fix documentation.
Diffstat (limited to 'src/parallel-decoder.lisp')
-rw-r--r-- | src/parallel-decoder.lisp | 5 |
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)) |