📄️ FunctionThread
Manages a function-based thread with state tracking and event handling.
📄️ FunctionPool
Manages a pool of FunctionThread instances for parallel execution.
📄️ Worker Import Functions
Functions for importing modules to run in worker threads. These functions provide different approaches for executing code in separate threads, with varying levels of persistence and interaction patterns.