You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test
Matt Davis 24e5b0d4fc
Add DaemonThreadPoolExecutor impl (#83880)
* 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.
1 year ago
..
integration Add location on include_tasks fail inside include (#83876) 1 year ago
lib/ansible_test ansible-test - Reduce scope of empty-init test (#83878) 1 year ago
sanity ansible-test - Reduce scope of empty-init test (#83878) 1 year ago
support Typo fixes and other bits and bobs (#83672) 1 year ago
units Add DaemonThreadPoolExecutor impl (#83880) 1 year ago