File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,11 +21,12 @@ Timekeeper
2121
2222.. autoclass:: gama.utilities.generic.timekeeper.TimeKeeper
2323
24- AsyncExecutor
25- ~~~~~~~~~~~~~
24+ AsyncEvaluator
25+ ~~~~~~~~~~~~~~
2626
2727.. warning::
28- This component in particular has its own issues and will be replaced.
29- But I have yet to find a satisfying alternative to ' hacking' the built-in ProcessPoolExecutor.
28+ I' m sure there are better tools out there, but I have yet to find a minimal easy multi-processing tool.
29+ I tried using the built-in ProcessPoolExecutor, but it had short comings such as not being able to cancel
30+ jobs while they were running.
3031
31- .. autoclass:: gama.utilities.generic.async_executor.AsyncExecutor
32+ .. autoclass:: gama.utilities.generic.async_evaluator.AsyncEvaluator
Original file line number Diff line number Diff line change 1919# -- Adding the module to document ----------------------------------------
2020import os
2121import sys
22- sys .path .append (os .path .abspath ('../gama' ))
22+
23+ sys .path .insert (0 , os .path .abspath ('../..' ))
2324
2425# -- Copying Example files over -------------------------------------------
2526import shutil
You can’t perform that action at this time.
0 commit comments