summaryrefslogtreecommitdiffstats
path: root/test/units/module_utils/_internal (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add DaemonThreadPoolExecutor impl (#83880)Matt Davis2024-09-034-0/+77
* Add DaemonThreadPoolExecutor impl * Provide a simple parallel execution method with the ability to abandon timed-out operations that won't block threadpool/process shutdown, and without a dependency on /dev/shm (as multiprocessing Thread/Process pools have). * Create module_utils/_internal to ensure that this is clearly not supported for public consumption.