diff options
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)) |