From dcf3b96cfebeec664679a53cc47bfd6edb2d1a12 Mon Sep 17 00:00:00 2001 From: Pierre Alexandre Tremblay Date: Tue, 4 Aug 2020 09:40:40 +0100 Subject: [PATCH] correct slicecorpus helpfile missing argument --- release-packaging/HelpSource/Classes/FluidSliceCorpus.schelp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/release-packaging/HelpSource/Classes/FluidSliceCorpus.schelp b/release-packaging/HelpSource/Classes/FluidSliceCorpus.schelp index 4c1783c..2abeec4 100644 --- a/release-packaging/HelpSource/Classes/FluidSliceCorpus.schelp +++ b/release-packaging/HelpSource/Classes/FluidSliceCorpus.schelp @@ -73,6 +73,10 @@ An link::Classes/IdentityDictionary:: that details labels and start-end position ARGUMENT:: action A function that runs on complettion, will be passed the link::Classes/IdentityDictionary:: from link::#index:: as an argument. +ARGUMENT:: tasks +ANCHOR::ntasks:: +The number of parallel processing tasks to run on the server. Default 4. This should probably never be greater than the number of available CPU cores. + METHOD:: index A link::Classes/IdentityDictionary:: containing information about the position of each discovered slice, using labels based on those passed into link::#play:: (see link::#labelling::). This dictionary copies all other entries from the source dictionary on a per-key basis (so you can store arbitary stuff in there should you wish, and it will remain oassciated with its original source chunk).