Loading
fix(runner): change default executor type to multiprocessing and improve run method handling
* Update default executor type from 'subinterpreter' to 'multiprocessing'. * Enhance run method to support keyword arguments using functools.partial.