From e612b3d6658489fed51d6bc9a3c5c09cb60f4b74 Mon Sep 17 00:00:00 2001 From: Piotr Szarmanski Date: Sun, 25 Sep 2022 20:20:59 +0200 Subject: Fix documentation. --- src/parallel-decoder.lisp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/parallel-decoder.lisp') 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)) -- cgit v1.2.3