+157
−0
Loading
- Introduce `Runner` class for async-compatible interface. - Support async/await for synchronous functions. - Implement context manager for executor lifecycle management. - Allow flexible executor types (multiprocessing, threading, etc.). - Provide usage examples and API reference in documentation.