src/pool_executors/LICENSE
0 → 100644
+21
−0
src/pool_executors/README.md
0 → 100644
+88
−0
+9
−0
+72
−0
+0
−0
Empty file added.
Loading
- Implement SerialPoolExecutor for sequential task execution. - Create ExecutorType enumeration with aliases for executor types. - Add factory function to create executors with case-insensitive type selection. - Include LICENSE and README files for documentation and licensing. - Establish pyproject.toml for project metadata and dependencies.
Empty file added.