What's changed - `run_threaded` decorator can now handle both `sync` and `async` methods, but it only runs as `await` in main thread and not in a different thread when `async` - `retry_support` decorator can now handle both `sync` and `async` methods