| Allegro CL version 10.1 This page is new in 10.1. |
Arguments: process-pool
The default method for this process-pool
accessor returns the value of the
report-end
slot of the argument process-pool instance.
The report-end
slot holds the default report-end function
applied to work-items run in process-pool.
The report-end function must accept three arguments: the work-item
being run, the list of values returned by the work-item function,
and the error signaled when running the function (if any).
A different report-end function can be specified when a work-item is created by a call to process-pool-run and that report-end function will run instaed of this default report-end function. If no report-end value is specified in the process-pool-run, it is this default function that will be run. If you want the report-end function to do nothing, define a function that does nothing and make it the work-item's report-end function in the call to process-pool-run.
See Process pools in multiprocessing.htm for more information on process pools.
Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page is new in the 10.1 release.
Created 2019.8.20.
| Allegro CL version 10.1 This page is new in 10.1. |